Color Hex Logo

#cc872d Color Hex

#CC872D
(204,135,45)
0 Favorites   0 Comments

Color spaces of #cc872d

RGB 20413545
HSL0.090.640.49
HSV34°78°80°
CMYK 0.000.340.78   0.20
XYZ34.039530.35486.5476
Yxy30.35480.47980.4279
Hunter Lab55.095213.866231.5205
CIE-Lab61.959219.042756.0566

#cc872d color RGB value is (204,135,45).

#cc872d hex color red value is 204, green value is 135 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #cc872d hue: 0.09 , saturation: 0.64 and the lightness value of cc872d is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000111 00101101
Octal 314 207 55
Decimal 204 135 45
Hex CC 87 2D

RGB Percentages of Color #cc872d

%53.13
%35.16
%11.72

CMYK Percentages of Color #cc872d

%0
%34
%78
%20

Triadic Colors of #cc872d

#cc872d #2dcc87 #872dcc

Analogous Colors of #cc872d

#cc872d #c2cc2d #cc382d

Monochromatic Colors of #cc872d

#cc872d

Complementary Color

#cc872d #2d72cc

#cc872d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc872d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc872d Color CSS Codes

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

#cc872d Text Font Color

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

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


#cc872d Background Color

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

This div background color is #cc872d


#cc872d Border Color

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

This div border color is #cc872d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc872d


Comments

No comments written yet.

Please login to write comment.