#CCAA89

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

Shades of Cameo #CCAA89

Tints of Cameo #CCAA89

Color information

#CCAA89 (or 0xCCAA89) is unknown color: approx Cameo. HEX triplet: CC, AA and 89. RGB value is (204,170,137). Sum of RGB (Red+Green+Blue) = 204+170+137=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 137 (53.91% from 255 or 26.81% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAA89 is #335576. Grayscale: #B0B0B0. Windows color (decimal): -3364215 or 9022156. OLE color: 9022156.

HSL color Cylindrical-coordinate representation of color #CCAA89: hue angle of 29.55º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCAA89 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB204170137-
CMYK00.170.330.2
HSL29.55º39.64%66.86%-
HSV(B)29.55º32.84%80%-
XYZ43.7943.3929.73-
YUV176.4105.76147.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.92%
GREEN value IS 170 (66.80% from 255) = 33.27%
BLUE value IS 137 (53.91% from 255) = 26.81%
R=39.92%
G=33.27%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417013700.170.330.229.5539.6466.86
HexCCAA8901121141e2843
Octal31425221102141243650103
Binary11001100101010101000100101000110000110100111101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAA89; }

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

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

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

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

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

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

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

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