#CAA896

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

Shades of Eunry #CAA896

Tints of Eunry #CAA896

Color information

#CAA896 (or 0xCAA896) is unknown color: approx Eunry. HEX triplet: CA, A8 and 96. RGB value is (202,168,150). Sum of RGB (Red+Green+Blue) = 202+168+150=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 168 (66.02% from 255 or 32.31% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA896 is #355769. Grayscale: #B0B0B0. Windows color (decimal): -3495786 or 9873610. OLE color: 9873610.

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

Color convert

RGB202168150-
CMYK00.170.260.21
HSL20.77º32.91%69.02%-
HSV(B)20.77º25.74%79.22%-
XYZ43.8642.7634.8-
YUV176.11113.26146.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.85%
GREEN value IS 168 (66.02% from 255) = 32.31%
BLUE value IS 150 (58.98% from 255) = 28.85%
R=38.85%
G=32.31%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216815000.170.260.2120.7732.9169.02
HexCAA8960111A15152145
Octal31225022602132252541105
Binary1100101010101000100101100100011101010101101011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA896; }

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

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

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

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

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

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

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

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