#CAA589

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

Shades of Cameo #CAA589

Tints of Cameo #CAA589

Color information

#CAA589 (or 0xCAA589) is unknown color: approx Cameo. HEX triplet: CA, A5 and 89. RGB value is (202,165,137). Sum of RGB (Red+Green+Blue) = 202+165+137=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 165 (64.84% from 255 or 32.74% from 504); Blue value is 137 (53.91% from 255 or 27.18% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA589 is #355A76. Grayscale: #ADADAD. Windows color (decimal): -3496567 or 9020874. OLE color: 9020874.

HSL color Cylindrical-coordinate representation of color #CAA589: hue angle of 25.85º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAA589 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB202165137-
CMYK00.180.320.21
HSL25.85º38.01%66.47%-
HSV(B)25.85º32.18%79.22%-
XYZ42.3341.2729.4-
YUV172.87107.76148.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.08%
GREEN value IS 165 (64.84% from 255) = 32.74%
BLUE value IS 137 (53.91% from 255) = 27.18%
R=40.08%
G=32.74%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216513700.180.320.2125.8538.0166.47
HexCAA58901220151a2642
Octal31224521102240253246102
Binary11001010101001011000100101001010000010101110101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA589; }

 p { color: rgb(202,165,137); }

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

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

 a { background-color: rgb(202,165,137); }

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

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

 span { border-color: rgb(202,165,137); }

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