#CC9C81

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

Shades of Cameo #CC9C81

Tints of Cameo #CC9C81

Color information

#CC9C81 (or 0xCC9C81) is unknown color: approx Cameo. HEX triplet: CC, 9C and 81. RGB value is (204,156,129). Sum of RGB (Red+Green+Blue) = 204+156+129=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 156 (61.33% from 255 or 31.90% from 489); Blue value is 129 (50.78% from 255 or 26.38% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9C81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9C81 is #33637E. Grayscale: #A7A7A7. Windows color (decimal): -3367807 or 8494284. OLE color: 8494284.

HSL color Cylindrical-coordinate representation of color #CC9C81: hue angle of 21.6º degrees, saturation: 0.42, 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 #CC9C81 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB204156129-
CMYK00.240.370.2
HSL21.6º42.37%65.29%-
HSV(B)21.6º36.76%80%-
XYZ40.7538.225.99-
YUV167.27106.4154.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.72%
GREEN value IS 156 (61.33% from 255) = 31.90%
BLUE value IS 129 (50.78% from 255) = 26.38%
R=41.72%
G=31.90%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415612900.240.370.221.642.3765.29
HexCC9C810182514162a41
Octal31423420103045242652101
Binary11001100100111001000000101100010010110100101101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9C81; }

 p { color: rgb(204,156,129); }

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

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

 a { background-color: rgb(204,156,129); }

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

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

 span { border-color: rgb(204,156,129); }

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