#CAA49A

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

Shades of Eunry #CAA49A

Tints of Eunry #CAA49A

Color information

#CAA49A (or 0xCAA49A) is unknown color: approx Eunry. HEX triplet: CA, A4 and 9A. RGB value is (202,164,154). Sum of RGB (Red+Green+Blue) = 202+164+154=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 164 (64.45% from 255 or 31.54% from 520); Blue value is 154 (60.55% from 255 or 29.62% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA49A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA49A is #355B65. Grayscale: #AEAEAE. Windows color (decimal): -3496806 or 10134730. OLE color: 10134730.

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

Color convert

RGB202164154-
CMYK00.190.240.21
HSL12.5º31.17%69.8%-
HSV(B)12.5º23.76%79.22%-
XYZ43.4741.4436.28-
YUV174.22116.59147.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.85%
GREEN value IS 164 (64.45% from 255) = 31.54%
BLUE value IS 154 (60.55% from 255) = 29.62%
R=38.85%
G=31.54%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216415400.190.240.2112.531.1769.8
HexCAA49A0131815d1f46
Octal31224423202330251537106
Binary11001010101001001001101001001111000101011101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA49A; }

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

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

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

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

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

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

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

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