#CAA395

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

Shades of Eunry #CAA395

Tints of Eunry #CAA395

Color information

#CAA395 (or 0xCAA395) is unknown color: approx Eunry. HEX triplet: CA, A3 and 95. RGB value is (202,163,149). Sum of RGB (Red+Green+Blue) = 202+163+149=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 163 (64.06% from 255 or 31.71% from 514); Blue value is 149 (58.59% from 255 or 28.99% from 514); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA395 is #355C6A. Grayscale: #ADADAD. Windows color (decimal): -3497067 or 9806794. OLE color: 9806794.

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

Color convert

RGB202163149-
CMYK00.190.260.21
HSL15.85º33.33%68.82%-
HSV(B)15.85º26.24%79.22%-
XYZ42.8840.9234.07-
YUV173.06114.42148.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.30%
GREEN value IS 163 (64.06% from 255) = 31.71%
BLUE value IS 149 (58.59% from 255) = 28.99%
R=39.30%
G=31.71%
B=28.99%

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
Decimal20216314900.190.260.2115.8533.3368.82
HexCAA3950131A15102145
Octal31224322502332252041105
Binary1100101010100011100101010100111101010101100001000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA395; }

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

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

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

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

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

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

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

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