#CAA799

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

Shades of Eunry #CAA799

Tints of Eunry #CAA799

Color information

#CAA799 (or 0xCAA799) is unknown color: approx Eunry. HEX triplet: CA, A7 and 99. RGB value is (202,167,153). Sum of RGB (Red+Green+Blue) = 202+167+153=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 167 (65.62% from 255 or 31.99% from 522); Blue value is 153 (60.16% from 255 or 29.31% from 522); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA799 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA799 is #355866. Grayscale: #AFAFAF. Windows color (decimal): -3496039 or 10069962. OLE color: 10069962.

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

Color convert

RGB202167153-
CMYK00.170.240.21
HSL17.14º31.61%69.61%-
HSV(B)17.14º24.26%79.22%-
XYZ43.9342.4936.02-
YUV175.87115.1146.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.70%
GREEN value IS 167 (65.62% from 255) = 31.99%
BLUE value IS 153 (60.16% from 255) = 29.31%
R=38.70%
G=31.99%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216715300.170.240.2117.1431.6169.61
HexCAA7990111815112046
Octal31224723102130252140106
Binary1100101010100111100110010100011100010101100011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA799; }

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

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

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

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

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

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

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

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