Color Hex Logo

#cc874e Color Hex

#CC874E
(204,135,78)
0 Favorites   0 Comments

Color spaces of #cc874e

RGB 20413578
HSL0.080.550.55
HSV27°62°80°
CMYK 0.000.340.62   0.20
XYZ34.941030.715411.2948
Yxy30.71540.45410.3992
Hunter Lab55.421515.549526.7118
CIE-Lab62.266620.824640.9695

#cc874e color RGB value is (204,135,78).

#cc874e hex color red value is 204, green value is 135 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #cc874e hue: 0.08 , saturation: 0.55 and the lightness value of cc874e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000111 01001110
Octal 314 207 116
Decimal 204 135 78
Hex CC 87 4E

RGB Percentages of Color #cc874e

%48.92
%32.37
%18.71

CMYK Percentages of Color #cc874e

%0
%34
%62
%20

Triadic Colors of #cc874e

#cc874e #4ecc87 #874ecc

Analogous Colors of #cc874e

#cc874e #ccc64e #cc4e54

Monochromatic Colors of #cc874e

#cc874e

Complementary Color

#cc874e #4e93cc

#cc874e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc874e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc874e Color CSS Codes

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

#cc874e Text Font Color

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

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


#cc874e Background Color

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

This div background color is #cc874e


#cc874e Border Color

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

This div border color is #cc874e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc874e


Comments

No comments written yet.

Please login to write comment.