#C5A496

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

Shades of Eunry #C5A496

Tints of Eunry #C5A496

Color information

#C5A496 (or 0xC5A496) is unknown color: approx Eunry. HEX triplet: C5, A4 and 96. RGB value is (197,164,150). Sum of RGB (Red+Green+Blue) = 197+164+150=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 164 (64.45% from 255 or 32.09% from 511); Blue value is 150 (58.98% from 255 or 29.35% from 511); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A496 is #3A5B69. Grayscale: #ACACAC. Windows color (decimal): -3824490 or 9872581. OLE color: 9872581.

HSL color Cylindrical-coordinate representation of color #C5A496: hue angle of 17.87º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5A496 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB197164150-
CMYK00.170.240.23
HSL17.87º28.83%68.04%-
HSV(B)17.87º23.86%77.25%-
XYZ41.8140.6234.49-
YUV172.27115.43145.64-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.55%
GREEN value IS 164 (64.45% from 255) = 32.09%
BLUE value IS 150 (58.98% from 255) = 29.35%
R=38.55%
G=32.09%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19716415000.170.240.2317.8728.8368.04
HexC5A4960111817121d44
Octal30524422602130272235104
Binary110001011010010010010110010001110001011110010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A496; }

 p { color: rgb(197,164,150); }

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

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

 a { background-color: rgb(197,164,150); }

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

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

 span { border-color: rgb(197,164,150); }

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