#CAA39E

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

Shades of Eunry #CAA39E

Tints of Eunry #CAA39E

Color information

#CAA39E (or 0xCAA39E) is unknown color: approx Eunry. HEX triplet: CA, A3 and 9E. RGB value is (202,163,158). Sum of RGB (Red+Green+Blue) = 202+163+158=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 163 (64.06% from 255 or 31.17% from 523); Blue value is 158 (62.11% from 255 or 30.21% from 523); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA39E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA39E is #355C61. Grayscale: #AEAEAE. Windows color (decimal): -3497058 or 10396618. OLE color: 10396618.

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

Color convert

RGB202163158-
CMYK00.190.220.21
HSL6.82º29.33%70.59%-
HSV(B)6.82º21.78%79.22%-
XYZ43.6341.2238-
YUV174.09118.92147.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.62%
GREEN value IS 163 (64.06% from 255) = 31.17%
BLUE value IS 158 (62.11% from 255) = 30.21%
R=38.62%
G=31.17%
B=30.21%

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
Decimal20216315800.190.220.216.8229.3370.59
HexCAA39E013161571d47
Octal3122432360232625735107
Binary1100101010100011100111100100111011010101111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA39E; }

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

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

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

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

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

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

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

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