#CAA999

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

Shades of Eunry #CAA999

Tints of Eunry #CAA999

Color information

#CAA999 (or 0xCAA999) is unknown color: approx Eunry. HEX triplet: CA, A9 and 99. RGB value is (202,169,153). Sum of RGB (Red+Green+Blue) = 202+169+153=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 169 (66.41% from 255 or 32.25% from 524); Blue value is 153 (60.16% from 255 or 29.20% from 524); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA999 is #355666. Grayscale: #B1B1B1. Windows color (decimal): -3495527 or 10070474. OLE color: 10070474.

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

Color convert

RGB202169153-
CMYK00.160.240.21
HSL19.59º31.61%69.61%-
HSV(B)19.59º24.26%79.22%-
XYZ44.2943.2336.15-
YUV177.04114.43145.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.55%
GREEN value IS 169 (66.41% from 255) = 32.25%
BLUE value IS 153 (60.16% from 255) = 29.20%
R=38.55%
G=32.25%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216915300.160.240.2119.5931.6169.61
HexCAA9990101815142046
Octal31225123102030252440106
Binary1100101010101001100110010100001100010101101001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA999; }

 p { color: rgb(202,169,153); }

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

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

 a { background-color: rgb(202,169,153); }

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

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

 span { border-color: rgb(202,169,153); }

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