#CAA39D

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

Shades of Eunry #CAA39D

Tints of Eunry #CAA39D

Color information

#CAA39D (or 0xCAA39D) is unknown color: approx Eunry. HEX triplet: CA, A3 and 9D. RGB value is (202,163,157). Sum of RGB (Red+Green+Blue) = 202+163+157=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 163 (64.06% from 255 or 31.23% from 522); Blue value is 157 (61.72% from 255 or 30.08% from 522); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA39D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA39D is #355C62. Grayscale: #AEAEAE. Windows color (decimal): -3497059 or 10331082. OLE color: 10331082.

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

Color convert

RGB202163157-
CMYK00.190.220.21
HSL29.8%70.39%-
HSV(B)22.28%79.22%-
XYZ43.5441.1937.55-
YUV173.98118.42147.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.70%
GREEN value IS 163 (64.06% from 255) = 31.23%
BLUE value IS 157 (61.72% from 255) = 30.08%
R=38.70%
G=31.23%
B=30.08%

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
Decimal20216315700.190.220.21829.870.39
HexCAA39D013161581e46
Octal31224323502326251036106
Binary11001010101000111001110101001110110101011000111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA39D; }

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

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

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

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

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

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

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

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