color codes Logo

#cc6611 color codes

#CC6611
(204,102,17)
1 Favorites   0 Comments

Color spaces of #cc6611

RGB 20410217
HSL0.080.850.43
HSV27°92°80°
CMYK 0.000.500.92   0.20
XYZ29.754422.38063.2820
Yxy22.38060.53690.4039
Hunter Lab47.308129.478129.0025
CIE-Lab54.428535.929759.1856

#cc6611 color RGB value is (204,102,17). This hex color code is also a web safe color which is equal to #C61.

#cc6611 hex color red value is 204, green value is 102 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #cc6611 hue: 0.08 , saturation: 0.85 and the lightness value of cc6611 is 0.43.

The process color (four color CMYK) of #cc6611 color code is 0.00, 0.50, 0.92, 0.20. Web safe color of #cc6611 is #cc6600. Color #cc6611 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100110 00010001
Octal 314 146 21
Decimal 204 102 17
Hex CC 66 11

RGB Percentages of Color #cc6611

%63.16
%31.58
%5.26

CMYK Percentages of Color #cc6611

%0
%50
%92
%20

Triadic Colors of #cc6611

#cc6611 #11cc66 #6611cc

Analogous Colors of #cc6611

#cc6611 #ccc411 #cc1119

Monochromatic Colors of #cc6611

#cc6611

Complementary Color

#cc6611 #1177cc

#cc6611 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc6611 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc6611 Color CSS Codes

.mybgcolor {background-color:#cc6611; } 
.myforecolor {color:#cc6611; }
.mybordercolor {border:3px solid #cc6611; }

#cc6611 Text Font Color

<p style="color:#cc6611">Text here</p>

This sample text font color is #cc6611
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cc6611 Background Color

<div style="background-color:#cc6611">
Div content here</div>

This div background color is #cc6611


#cc6611 Border Color

<div style="border:3px solid #cc6611">
Div here</div>

This div border color is #cc6611


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,102,17, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cc6611; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cc6611;
  -webkit-box-shadow: 1px 1px 3px 2px #cc6611;
  box-shadow:         1px 1px 3px 2px #cc6611; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,102,17, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cc6611">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cc6611;
  -webkit-box-shadow: 1px 1px 3px 2px #cc6611;
  box-shadow:         1px 1px 3px 2px #cc6611;">
Div content here</div>

This div box has shadow with color #cc6611


Comments

No comments written yet.

Please login to write comment.