#CAA49F

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

Shades of Eunry #CAA49F

Tints of Eunry #CAA49F

Color information

#CAA49F (or 0xCAA49F) is unknown color: approx Eunry. HEX triplet: CA, A4 and 9F. RGB value is (202,164,159). Sum of RGB (Red+Green+Blue) = 202+164+159=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 164 (64.45% from 255 or 31.24% from 525); Blue value is 159 (62.5% from 255 or 30.29% from 525); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA49F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA49F is #355B60. Grayscale: #AEAEAE. Windows color (decimal): -3496801 or 10462410. OLE color: 10462410.

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

Color convert

RGB202164159-
CMYK00.190.210.21
HSL6.98º28.86%70.78%-
HSV(B)6.98º21.29%79.22%-
XYZ43.8941.6138.52-
YUV174.79119.09147.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.48%
GREEN value IS 164 (64.45% from 255) = 31.24%
BLUE value IS 159 (62.5% from 255) = 30.29%
R=38.48%
G=31.24%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216415900.190.210.216.9828.8670.78
HexCAA49F013151571d47
Octal3122442370232525735107
Binary1100101010100100100111110100111010110101111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA49F; }

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

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

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

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

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

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

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

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