#CAA796

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

Shades of Eunry #CAA796

Tints of Eunry #CAA796

Color information

#CAA796 (or 0xCAA796) is unknown color: approx Eunry. HEX triplet: CA, A7 and 96. RGB value is (202,167,150). Sum of RGB (Red+Green+Blue) = 202+167+150=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 167 (65.62% from 255 or 32.18% from 519); Blue value is 150 (58.98% from 255 or 28.90% from 519); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA796 is #355869. Grayscale: #AFAFAF. Windows color (decimal): -3496042 or 9873354. OLE color: 9873354.

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

Color convert

RGB202167150-
CMYK00.170.260.21
HSL19.62º32.91%69.02%-
HSV(B)19.62º25.74%79.22%-
XYZ43.6842.434.74-
YUV175.53113.6146.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.92%
GREEN value IS 167 (65.62% from 255) = 32.18%
BLUE value IS 150 (58.98% from 255) = 28.90%
R=38.92%
G=32.18%
B=28.90%

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
Decimal20216715000.170.260.2119.6232.9169.02
HexCAA7960111A15142145
Octal31224722602132252441105
Binary1100101010100111100101100100011101010101101001000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA796; }

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

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

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

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

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

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

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

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