#CCA089

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

Shades of Cameo #CCA089

Tints of Cameo #CCA089

Color information

#CCA089 (or 0xCCA089) is unknown color: approx Cameo. HEX triplet: CC, A0 and 89. RGB value is (204,160,137). Sum of RGB (Red+Green+Blue) = 204+160+137=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 137 (53.91% from 255 or 27.35% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA089 is #335F76. Grayscale: #AAAAAA. Windows color (decimal): -3366775 or 9019596. OLE color: 9019596.

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

Color convert

RGB204160137-
CMYK00.220.330.2
HSL20.6º39.64%66.86%-
HSV(B)20.6º32.84%80%-
XYZ41.9939.7929.13-
YUV170.53109.08151.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.72%
GREEN value IS 160 (62.89% from 255) = 31.94%
BLUE value IS 137 (53.91% from 255) = 27.35%
R=40.72%
G=31.94%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416013700.220.330.220.639.6466.86
HexCCA0890162114152843
Octal31424021102641242550103
Binary11001100101000001000100101011010000110100101011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA089; }

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

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

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

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

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

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

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

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