#CAA49E

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

Shades of Eunry #CAA49E

Tints of Eunry #CAA49E

Color information

#CAA49E (or 0xCAA49E) is unknown color: approx Eunry. HEX triplet: CA, A4 and 9E. RGB value is (202,164,158). Sum of RGB (Red+Green+Blue) = 202+164+158=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 164 (64.45% from 255 or 31.30% from 524); Blue value is 158 (62.11% from 255 or 30.15% from 524); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA49E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA49E is #355B61. Grayscale: #AEAEAE. Windows color (decimal): -3496802 or 10396874. OLE color: 10396874.

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

Color convert

RGB202164158-
CMYK00.190.220.21
HSL8.18º29.33%70.59%-
HSV(B)8.18º21.78%79.22%-
XYZ43.841.5838.06-
YUV174.68118.59147.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.55%
GREEN value IS 164 (64.45% from 255) = 31.30%
BLUE value IS 158 (62.11% from 255) = 30.15%
R=38.55%
G=31.30%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216415800.190.220.218.1829.3370.59
HexCAA49E013161581d47
Octal31224423602326251035107
Binary11001010101001001001111001001110110101011000111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA49E; }

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

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

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

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

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

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

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

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