#CAA699

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

Shades of Eunry #CAA699

Tints of Eunry #CAA699

Color information

#CAA699 (or 0xCAA699) is unknown color: approx Eunry. HEX triplet: CA, A6 and 99. RGB value is (202,166,153). Sum of RGB (Red+Green+Blue) = 202+166+153=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 166 (65.23% from 255 or 31.86% from 521); Blue value is 153 (60.16% from 255 or 29.37% from 521); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA699 is #355966. Grayscale: #AFAFAF. Windows color (decimal): -3496295 or 10069706. OLE color: 10069706.

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

Color convert

RGB202166153-
CMYK00.180.240.21
HSL15.92º31.61%69.61%-
HSV(B)15.92º24.26%79.22%-
XYZ43.7442.1335.96-
YUV175.28115.43147.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.77%
GREEN value IS 166 (65.23% from 255) = 31.86%
BLUE value IS 153 (60.16% from 255) = 29.37%
R=38.77%
G=31.86%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216615300.180.240.2115.9231.6169.61
HexCAA6990121815102046
Octal31224623102230252040106
Binary1100101010100110100110010100101100010101100001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA699; }

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

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

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

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

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

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

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

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