#CAA889

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

Shades of Cameo #CAA889

Tints of Cameo #CAA889

Color information

#CAA889 (or 0xCAA889) is unknown color: approx Cameo. HEX triplet: CA, A8 and 89. RGB value is (202,168,137). Sum of RGB (Red+Green+Blue) = 202+168+137=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 137 (53.91% from 255 or 27.02% from 507); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA889 is #355776. Grayscale: #AEAEAE. Windows color (decimal): -3495799 or 9021642. OLE color: 9021642.

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

Color convert

RGB202168137-
CMYK00.170.320.21
HSL28.62º38.01%66.47%-
HSV(B)28.62º32.18%79.22%-
XYZ42.8842.3729.58-
YUV174.63106.76147.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.84%
GREEN value IS 168 (66.02% from 255) = 33.14%
BLUE value IS 137 (53.91% from 255) = 27.02%
R=39.84%
G=33.14%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216813700.170.320.2128.6238.0166.47
HexCAA88901120151d2642
Octal31225021102140253546102
Binary11001010101010001000100101000110000010101111011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA889; }

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

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

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

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

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

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

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

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