Color Hex Logo

#cc874d Color Hex

#CC874D
(204,135,77)
0 Favorites   0 Comments

Color spaces of #cc874d

RGB 20413577
HSL0.080.550.55
HSV27°62°80°
CMYK 0.000.340.62   0.20
XYZ34.905430.701111.1074
Yxy30.70110.45500.4002
Hunter Lab55.408615.483526.9005
CIE-Lab62.254520.755341.4712

#cc874d color RGB value is (204,135,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000111 01001101
Octal 314 207 115
Decimal 204 135 77
Hex CC 87 4D

RGB Percentages of Color #cc874d

%49.04
%32.45
%18.51

CMYK Percentages of Color #cc874d

%0
%34
%62
%20

Triadic Colors of #cc874d

#cc874d #4dcc87 #874dcc

Analogous Colors of #cc874d

#cc874d #ccc74d #cc4d53

Monochromatic Colors of #cc874d

#cc874d

Complementary Color

#cc874d #4d92cc

#cc874d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc874d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc874d Color CSS Codes

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

#cc874d Text Font Color

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

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


#cc874d Background Color

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

This div background color is #cc874d


#cc874d Border Color

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

This div border color is #cc874d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc874d


Comments

No comments written yet.

Please login to write comment.