Color Hex Logo

#cc8775 Color Hex

#CC8775
(204,135,117)
1 Favorites   0 Comments

Color spaces of #cc8775

RGB 204135117
HSL0.030.460.63
HSV12°43°80°
CMYK 0.000.340.43   0.20
XYZ36.776731.449720.9617
Yxy31.44970.41230.3526
Hunter Lab56.080018.918417.0945
CIE-Lab62.885424.323220.5262

#cc8775 color RGB value is (204,135,117).

#cc8775 hex color red value is 204, green value is 135 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #cc8775 hue: 0.03 , saturation: 0.46 and the lightness value of cc8775 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000111 01110101
Octal 314 207 165
Decimal 204 135 117
Hex CC 87 75

RGB Percentages of Color #cc8775

%44.74
%29.61
%25.66

CMYK Percentages of Color #cc8775

%0
%34
%43
%20

Triadic Colors of #cc8775

#cc8775 #75cc87 #8775cc

Analogous Colors of #cc8775

#cc8775 #ccb375 #cc758f

Monochromatic Colors of #cc8775

#cc8775

Complementary Color

#cc8775 #75bacc

#cc8775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc8775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc8775 Color CSS Codes

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

#cc8775 Text Font Color

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

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


#cc8775 Background Color

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

This div background color is #cc8775


#cc8775 Border Color

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

This div border color is #cc8775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc8775


Comments

No comments written yet.

Please login to write comment.