#CAA396

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

Shades of Eunry #CAA396

Tints of Eunry #CAA396

Color information

#CAA396 (or 0xCAA396) is unknown color: approx Eunry. HEX triplet: CA, A3 and 96. RGB value is (202,163,150). Sum of RGB (Red+Green+Blue) = 202+163+150=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 163 (64.06% from 255 or 31.65% from 515); Blue value is 150 (58.98% from 255 or 29.13% from 515); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA396 is #355C69. Grayscale: #ADADAD. Windows color (decimal): -3497066 or 9872330. OLE color: 9872330.

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

Color convert

RGB202163150-
CMYK00.190.260.21
HSL15º32.91%69.02%-
HSV(B)15º25.74%79.22%-
XYZ42.9640.9534.49-
YUV173.18114.92148.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.22%
GREEN value IS 163 (64.06% from 255) = 31.65%
BLUE value IS 150 (58.98% from 255) = 29.13%
R=39.22%
G=31.65%
B=29.13%

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
Decimal20216315000.190.260.211532.9169.02
HexCAA3960131A15f2145
Octal31224322602332251741105
Binary110010101010001110010110010011110101010111111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA396; }

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

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

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

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

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

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

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

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