Color Hex Logo

#cc9280 Color Hex

#CC9280
(204,146,128)
0 Favorites   0 Comments

Color spaces of #cc9280

RGB 204146128
HSL0.040.430.65
HSV14°37°80°
CMYK 0.000.280.37   0.20
XYZ39.077034.953725.1092
Yxy34.95370.39420.3526
Hunter Lab59.121714.518316.2045
CIE-Lab65.712619.580418.2376

#cc9280 color RGB value is (204,146,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010010 10000000
Octal 314 222 200
Decimal 204 146 128
Hex CC 92 80

RGB Percentages of Color #cc9280

%42.68
%30.54
%26.78

CMYK Percentages of Color #cc9280

%0
%28
%37
%20

Triadic Colors of #cc9280

#cc9280 #80cc92 #9280cc

Analogous Colors of #cc9280

#cc9280 #ccb880 #cc8094

Monochromatic Colors of #cc9280

#cc9280

Complementary Color

#cc9280 #80bacc

#cc9280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc9280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc9280 Color CSS Codes

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

#cc9280 Text Font Color

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

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


#cc9280 Background Color

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

This div background color is #cc9280


#cc9280 Border Color

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

This div border color is #cc9280


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,146,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 #cc9280">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc9280


Comments

No comments written yet.

Please login to write comment.