Color Hex Logo

#cc977f Color Hex

#CC977F
(204,151,127)
0 Favorites   0 Comments

Color spaces of #cc977f

RGB 204151127
HSL0.050.430.65
HSV19°38°80°
CMYK 0.000.260.38   0.20
XYZ39.799236.502925.0268
Yxy36.50290.39280.3602
Hunter Lab60.417611.853317.7326
CIE-Lab66.902416.728420.4232

#cc977f color RGB value is (204,151,127).

#cc977f hex color red value is 204, green value is 151 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #cc977f hue: 0.05 , saturation: 0.43 and the lightness value of cc977f is 0.65.

The process color (four color CMYK) of #cc977f color hex is 0.00, 0.26, 0.38, 0.20. Web safe color of #cc977f is #cc9966. Color #cc977f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010111 01111111
Octal 314 227 177
Decimal 204 151 127
Hex CC 97 7F

RGB Percentages of Color #cc977f

%42.32
%31.33
%26.35

CMYK Percentages of Color #cc977f

%0
%26
%38
%20

Triadic Colors of #cc977f

#cc977f #7fcc97 #977fcc

Analogous Colors of #cc977f

#cc977f #ccbe7f #cc7f8e

Monochromatic Colors of #cc977f

#cc977f

Complementary Color

#cc977f #7fb4cc

#cc977f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc977f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc977f Color CSS Codes

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

#cc977f Text Font Color

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

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


#cc977f Background Color

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

This div background color is #cc977f


#cc977f Border Color

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

This div border color is #cc977f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc977f


Comments

No comments written yet.

Please login to write comment.