#CAA096

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

Shades of Eunry #CAA096

Tints of Eunry #CAA096

Color information

#CAA096 (or 0xCAA096) is unknown color: approx Eunry. HEX triplet: CA, A0 and 96. RGB value is (202,160,150). Sum of RGB (Red+Green+Blue) = 202+160+150=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 160 (62.89% from 255 or 31.25% from 512); Blue value is 150 (58.98% from 255 or 29.30% from 512); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA096 is #355F69. Grayscale: #ABABAB. Windows color (decimal): -3497834 or 9871562. OLE color: 9871562.

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

Color convert

RGB202160150-
CMYK00.210.260.21
HSL11.54º32.91%69.02%-
HSV(B)11.54º25.74%79.22%-
XYZ42.4339.934.32-
YUV171.42115.91149.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.45%
GREEN value IS 160 (62.89% from 255) = 31.25%
BLUE value IS 150 (58.98% from 255) = 29.30%
R=39.45%
G=31.25%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216015000.210.260.2111.5432.9169.02
HexCAA0960151A15c2145
Octal31224022602532251441105
Binary110010101010000010010110010101110101010111001000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA096; }

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

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

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

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

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

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

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

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