color codes Logo

#cc865f color codes

#CC865F
(204,134,95)
0 Favorites   0 Comments

Color spaces of #cc865f

RGB 20413495
HSL0.060.520.59
HSV21°53°80°
CMYK 0.000.340.53   0.20
XYZ35.492530.713814.8842
Yxy30.71380.43770.3788
Hunter Lab55.420017.331222.8705
CIE-Lab62.265322.705131.9130

#cc865f color RGB value is (204,134,95).

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

The process color (four color CMYK) of #cc865f color code is 0.00, 0.34, 0.53, 0.20. Web safe color of #cc865f is #cc9966. Color #cc865f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000110 01011111
Octal 314 206 137
Decimal 204 134 95
Hex CC 86 5F

RGB Percentages of Color #cc865f

%47.11
%30.95
%21.94

CMYK Percentages of Color #cc865f

%0
%34
%53
%20

Triadic Colors of #cc865f

#cc865f #5fcc86 #865fcc

Analogous Colors of #cc865f

#cc865f #ccbd5f #cc5f6f

Monochromatic Colors of #cc865f

#cc865f

Complementary Color

#cc865f #5fa5cc

#cc865f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc865f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc865f Color CSS Codes

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

#cc865f Text Font Color

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

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


#cc865f Background Color

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

This div background color is #cc865f


#cc865f Border Color

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

This div border color is #cc865f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc865f


Comments

No comments written yet.

Please login to write comment.