Color Hex Logo

#cc861e Color Hex

#CC861E
(204,134,30)
0 Favorites   0 Comments

Color spaces of #cc861e

RGB 20413430
HSL0.100.740.46
HSV36°85°80°
CMYK 0.000.340.85   0.20
XYZ33.661329.98135.2411
Yxy29.98130.48870.4352
Hunter Lab54.755213.913132.6535
CIE-Lab61.638119.106761.1058

#cc861e color RGB value is (204,134,30).

#cc861e hex color red value is 204, green value is 134 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #cc861e hue: 0.10 , saturation: 0.74 and the lightness value of cc861e is 0.46.

The process color (four color CMYK) of #cc861e color hex is 0.00, 0.34, 0.85, 0.20. Web safe color of #cc861e is #cc9933. Color #cc861e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000110 00011110
Octal 314 206 36
Decimal 204 134 30
Hex CC 86 1E

RGB Percentages of Color #cc861e

%55.43
%36.41
%8.15

CMYK Percentages of Color #cc861e

%0
%34
%85
%20

Triadic Colors of #cc861e

#cc861e #1ecc86 #861ecc

Analogous Colors of #cc861e

#cc861e #bbcc1e #cc2f1e

Monochromatic Colors of #cc861e

#cc861e

Complementary Color

#cc861e #1e64cc

#cc861e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc861e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc861e Color CSS Codes

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

#cc861e Text Font Color

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

This sample text font color is #cc861e
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.


#cc861e Background Color

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

This div background color is #cc861e


#cc861e Border Color

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

This div border color is #cc861e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc861e


Comments

No comments written yet.

Please login to write comment.