#CCA289

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

Shades of Cameo #CCA289

Tints of Cameo #CCA289

Color information

#CCA289 (or 0xCCA289) is unknown color: approx Cameo. HEX triplet: CC, A2 and 89. RGB value is (204,162,137). Sum of RGB (Red+Green+Blue) = 204+162+137=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 162 (63.67% from 255 or 32.21% from 503); Blue value is 137 (53.91% from 255 or 27.24% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA289 is #335D76. Grayscale: #ABABAB. Windows color (decimal): -3366263 or 9020108. OLE color: 9020108.

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

Color convert

RGB204162137-
CMYK00.210.330.2
HSL22.39º39.64%66.86%-
HSV(B)22.39º32.84%80%-
XYZ42.3440.4829.25-
YUV171.71108.41151.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.56%
GREEN value IS 162 (63.67% from 255) = 32.21%
BLUE value IS 137 (53.91% from 255) = 27.24%
R=40.56%
G=32.21%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416213700.210.330.222.3939.6466.86
HexCCA2890152114162843
Octal31424221102541242650103
Binary11001100101000101000100101010110000110100101101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA289; }

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

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

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

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

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

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

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

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