Color Hex Logo

#cc977a Color Hex

#CC977A
(204,151,122)
0 Favorites   0 Comments

Color spaces of #cc977a

RGB 204151122
HSL0.060.450.64
HSV21°40°80°
CMYK 0.000.260.40   0.20
XYZ39.481336.375723.3527
Yxy36.37570.39800.3667
Hunter Lab60.312311.302319.2617
CIE-Lab66.806016.145323.0520

#cc977a color RGB value is (204,151,122).

#cc977a hex color red value is 204, green value is 151 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #cc977a hue: 0.06 , saturation: 0.45 and the lightness value of cc977a is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010111 01111010
Octal 314 227 172
Decimal 204 151 122
Hex CC 97 7A

RGB Percentages of Color #cc977a

%42.77
%31.66
%25.58

CMYK Percentages of Color #cc977a

%0
%26
%40
%20

Triadic Colors of #cc977a

#cc977a #7acc97 #977acc

Analogous Colors of #cc977a

#cc977a #ccc07a #cc7a86

Monochromatic Colors of #cc977a

#cc977a

Complementary Color

#cc977a #7aafcc

#cc977a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc977a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc977a Color CSS Codes

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

#cc977a Text Font Color

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

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


#cc977a Background Color

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

This div background color is #cc977a


#cc977a Border Color

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

This div border color is #cc977a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc977a

#cc977a Color Palettes


Comments

No comments written yet.

Please login to write comment.