#CC9A82

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

Shades of Cameo #CC9A82

Tints of Cameo #CC9A82

Color information

#CC9A82 (or 0xCC9A82) is unknown color: approx Cameo. HEX triplet: CC, 9A and 82. RGB value is (204,154,130). Sum of RGB (Red+Green+Blue) = 204+154+130=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9A82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9A82 is #33657D. Grayscale: #A6A6A6. Windows color (decimal): -3368318 or 8559308. OLE color: 8559308.

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

Color convert

RGB204154130-
CMYK00.250.360.2
HSL19.46º42.05%65.49%-
HSV(B)19.46º36.27%80%-
XYZ40.4937.5626.24-
YUV166.21107.56154.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.80%
GREEN value IS 154 (60.55% from 255) = 31.56%
BLUE value IS 130 (51.17% from 255) = 26.64%
R=41.80%
G=31.56%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415413000.250.360.219.4642.0565.49
HexCC9A820192414132a41
Octal31423220203144242352101
Binary11001100100110101000001001100110010010100100111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9A82; }

 p { color: rgb(204,154,130); }

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

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

 a { background-color: rgb(204,154,130); }

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

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

 span { border-color: rgb(204,154,130); }

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