Color Hex Logo

#cc9980 Color Hex

#CC9980
(204,153,128)
1 Favorites   0 Comments

Color spaces of #cc9980

RGB 204153128
HSL0.050.430.65
HSV20°37°80°
CMYK 0.000.250.37   0.20
XYZ40.189437.178325.4800
Yxy37.17830.39080.3615
Hunter Lab60.974010.949017.9055
CIE-Lab67.410615.756520.5643

#cc9980 color RGB value is (204,153,128).

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

The process color (four color CMYK) of #cc9980 color hex is 0.00, 0.25, 0.37, 0.20. Web safe color of #cc9980 is #cc9999. Color #cc9980 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011001 10000000
Octal 314 231 200
Decimal 204 153 128
Hex CC 99 80

RGB Percentages of Color #cc9980

%42.06
%31.55
%26.39

CMYK Percentages of Color #cc9980

%0
%25
%37
%20

Triadic Colors of #cc9980

#cc9980 #80cc99 #9980cc

Analogous Colors of #cc9980

#cc9980 #ccbf80 #cc808d

Monochromatic Colors of #cc9980

#cc9980

Complementary Color

#cc9980 #80b3cc

#cc9980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc9980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc9980 Color CSS Codes

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

#cc9980 Text Font Color

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

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


#cc9980 Background Color

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

This div background color is #cc9980


#cc9980 Border Color

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

This div border color is #cc9980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc9980

#cc9980 Color Palettes


Comments

No comments written yet.

Please login to write comment.