#CAA495

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

Shades of Eunry #CAA495

Tints of Eunry #CAA495

Color information

#CAA495 (or 0xCAA495) is unknown color: approx Eunry. HEX triplet: CA, A4 and 95. RGB value is (202,164,149). Sum of RGB (Red+Green+Blue) = 202+164+149=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 164 (64.45% from 255 or 31.84% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA495 is #355B6A. Grayscale: #ADADAD. Windows color (decimal): -3496811 or 9807050. OLE color: 9807050.

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

Color convert

RGB202164149-
CMYK00.190.260.21
HSL16.98º33.33%68.82%-
HSV(B)16.98º26.24%79.22%-
XYZ43.0641.2834.13-
YUV173.65114.09148.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.22%
GREEN value IS 164 (64.45% from 255) = 31.84%
BLUE value IS 149 (58.59% from 255) = 28.93%
R=39.22%
G=31.84%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216414900.190.260.2116.9833.3368.82
HexCAA4950131A15112145
Octal31224422502332252141105
Binary1100101010100100100101010100111101010101100011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA495; }

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

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

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

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

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

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

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

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