Color Hex Logo

#cc874b Color Hex

#CC874B
(204,135,75)
0 Favorites   0 Comments

Color spaces of #cc874b

RGB 20413575
HSL0.080.560.55
HSV28°63°80°
CMYK 0.000.340.63   0.20
XYZ34.835830.673310.7411
Yxy30.67330.45690.4023
Hunter Lab55.383515.354127.2697
CIE-Lab62.230920.619042.4693

#cc874b color RGB value is (204,135,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000111 01001011
Octal 314 207 113
Decimal 204 135 75
Hex CC 87 4B

RGB Percentages of Color #cc874b

%49.28
%32.61
%18.12

CMYK Percentages of Color #cc874b

%0
%34
%63
%20

Triadic Colors of #cc874b

#cc874b #4bcc87 #874bcc

Analogous Colors of #cc874b

#cc874b #ccc84b #cc4b50

Monochromatic Colors of #cc874b

#cc874b

Complementary Color

#cc874b #4b90cc

#cc874b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc874b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc874b Color CSS Codes

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

#cc874b Text Font Color

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

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


#cc874b Background Color

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

This div background color is #cc874b


#cc874b Border Color

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

This div border color is #cc874b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc874b


Comments

No comments written yet.

Please login to write comment.