#CAA399

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

Shades of Eunry #CAA399

Tints of Eunry #CAA399

Color information

#CAA399 (or 0xCAA399) is unknown color: approx Eunry. HEX triplet: CA, A3 and 99. RGB value is (202,163,153). Sum of RGB (Red+Green+Blue) = 202+163+153=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 163 (64.06% from 255 or 31.47% from 518); Blue value is 153 (60.16% from 255 or 29.54% from 518); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA399 is #355C66. Grayscale: #ADADAD. Windows color (decimal): -3497063 or 10068938. OLE color: 10068938.

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

Color convert

RGB202163153-
CMYK00.190.240.21
HSL12.24º31.61%69.61%-
HSV(B)12.24º24.26%79.22%-
XYZ43.241.0535.78-
YUV173.52116.42148.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.00%
GREEN value IS 163 (64.06% from 255) = 31.47%
BLUE value IS 153 (60.16% from 255) = 29.54%
R=39.00%
G=31.47%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216315300.190.240.2112.2431.6169.61
HexCAA3990131815c2046
Octal31224323102330251440106
Binary110010101010001110011001010011110001010111001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA399; }

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

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

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

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

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

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

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

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