#CC9F80

Color #CC9F80 Cameo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cameo #CC9F80

Tints of Cameo #CC9F80

Color information

#CC9F80 (or 0xCC9F80) is unknown color: approx Cameo. HEX triplet: CC, 9F and 80. RGB value is (204,159,128). Sum of RGB (Red+Green+Blue) = 204+159+128=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 159 (62.5% from 255 or 32.38% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9F80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9F80 is #33607F. Grayscale: #A9A9A9. Windows color (decimal): -3367040 or 8429516. OLE color: 8429516.

HSL color Cylindrical-coordinate representation of color #CC9F80: hue angle of 24.47º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC9F80 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB204159128-
CMYK00.220.370.2
HSL24.47º42.7%65.1%-
HSV(B)24.47º37.25%80%-
XYZ41.239.1925.82-
YUV168.92104.91153.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 41.55%
GREEN value IS 159 (62.5% from 255) = 32.38%
BLUE value IS 128 (50.39% from 255) = 26.07%
R=41.55%
G=32.38%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415912800.220.370.224.4742.765.1
HexCC9F800162514182b41
Octal31423720002645243053101
Binary11001100100111111000000001011010010110100110001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9F80; }

 p { color: rgb(204,159,128); }

 H1.HeaderClassName
 {
   color: #CC9F80;
 }
 .AnyTagClassName
 {
   color: #CC9F80;
 }
</style>
background-color css

<style>
 a { background-color: #CC9F80; }

 a { background-color: rgb(204,159,128); }

 div.DivClassName
 {
   background-color: #CC9F80;
 }
 .BgClassName
 {
   background-color: #CC9F80;
 }
</style>
border-color css

<style>
 span { border-color: #CC9F80; }

 span { border-color: rgb(204,159,128); }

 td.TdClassName
 {
   border-color: #CC9F80;
 }
 .TagClassName
 {
   border-color: #CC9F80;
 }
</style>