#CAA59E

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

Shades of Eunry #CAA59E

Tints of Eunry #CAA59E

Color information

#CAA59E (or 0xCAA59E) is unknown color: approx Eunry. HEX triplet: CA, A5 and 9E. RGB value is (202,165,158). Sum of RGB (Red+Green+Blue) = 202+165+158=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 165 (64.84% from 255 or 31.43% from 525); Blue value is 158 (62.11% from 255 or 30.10% from 525); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA59E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA59E is #355A61. Grayscale: #AFAFAF. Windows color (decimal): -3496546 or 10397130. OLE color: 10397130.

HSL color Cylindrical-coordinate representation of color #CAA59E: hue angle of 9.55º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAA59E is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB202165158-
CMYK00.180.220.21
HSL9.55º29.33%70.59%-
HSV(B)9.55º21.78%79.22%-
XYZ43.9841.9438.12-
YUV175.26118.26147.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.48%
GREEN value IS 165 (64.84% from 255) = 31.43%
BLUE value IS 158 (62.11% from 255) = 30.10%
R=38.48%
G=31.43%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216515800.180.220.219.5529.3370.59
HexCAA59E0121615a1d47
Octal31224523602226251235107
Binary11001010101001011001111001001010110101011010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA59E; }

 p { color: rgb(202,165,158); }

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

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

 a { background-color: rgb(202,165,158); }

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

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

 span { border-color: rgb(202,165,158); }

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