#CCAA82

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

Shades of Cameo #CCAA82

Tints of Cameo #CCAA82

Color information

#CCAA82 (or 0xCCAA82) is unknown color: approx Cameo. HEX triplet: CC, AA and 82. RGB value is (204,170,130). Sum of RGB (Red+Green+Blue) = 204+170+130=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 130 (51.17% from 255 or 25.79% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAA82 is #33557D. Grayscale: #AFAFAF. Windows color (decimal): -3364222 or 8563404. OLE color: 8563404.

HSL color Cylindrical-coordinate representation of color #CCAA82: hue angle of 32.43º 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 #CCAA82 is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB204170130-
CMYK00.170.360.2
HSL32.43º42.05%65.49%-
HSV(B)32.43º36.27%80%-
XYZ43.3143.227.17-
YUV175.61102.26148.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.48%
GREEN value IS 170 (66.80% from 255) = 33.73%
BLUE value IS 130 (51.17% from 255) = 25.79%
R=40.48%
G=33.73%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417013000.170.360.232.4342.0565.49
HexCCAA820112414202a41
Octal31425220202144244052101
Binary110011001010101010000010010001100100101001000001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAA82; }

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

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

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

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

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

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

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

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