Color Hex Logo

#cc865b Color Hex

#CC865B
(204,134,91)
0 Favorites   0 Comments

Color spaces of #cc865b

RGB 20413491
HSL0.060.530.58
HSV23°55°80°
CMYK 0.000.340.55   0.20
XYZ35.315330.642913.9509
Yxy30.64290.44190.3835
Hunter Lab55.356017.004023.8069
CIE-Lab62.205022.364734.0091

#cc865b color RGB value is (204,134,91).

#cc865b hex color red value is 204, green value is 134 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #cc865b hue: 0.06 , saturation: 0.53 and the lightness value of cc865b is 0.58.

The process color (four color CMYK) of #cc865b color hex is 0.00, 0.34, 0.55, 0.20. Web safe color of #cc865b is #cc9966. Color #cc865b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000110 01011011
Octal 314 206 133
Decimal 204 134 91
Hex CC 86 5B

RGB Percentages of Color #cc865b

%47.55
%31.24
%21.21

CMYK Percentages of Color #cc865b

%0
%34
%55
%20

Triadic Colors of #cc865b

#cc865b #5bcc86 #865bcc

Analogous Colors of #cc865b

#cc865b #ccbf5b #cc5b69

Monochromatic Colors of #cc865b

#cc865b

Complementary Color

#cc865b #5ba1cc

#cc865b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc865b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc865b Color CSS Codes

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

#cc865b Text Font Color

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

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


#cc865b Background Color

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

This div background color is #cc865b


#cc865b Border Color

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

This div border color is #cc865b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc865b


Comments

No comments written yet.

Please login to write comment.