#C5A394

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

Shades of Eunry #C5A394

Tints of Eunry #C5A394

Color information

#C5A394 (or 0xC5A394) is unknown color: approx Eunry. HEX triplet: C5, A3 and 94. RGB value is (197,163,148). Sum of RGB (Red+Green+Blue) = 197+163+148=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 163 (64.06% from 255 or 32.09% from 508); Blue value is 148 (58.20% from 255 or 29.13% from 508); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A394 is #3A5C6B. Grayscale: #ABABAB. Windows color (decimal): -3824748 or 9741253. OLE color: 9741253.

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

Color convert

RGB197163148-
CMYK00.170.250.23
HSL18.37º29.7%67.65%-
HSV(B)18.37º24.87%77.25%-
XYZ41.4740.233.59-
YUV171.46114.76146.22-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.78%
GREEN value IS 163 (64.06% from 255) = 32.09%
BLUE value IS 148 (58.20% from 255) = 29.13%
R=38.78%
G=32.09%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19716314800.170.250.2318.3729.767.65
HexC5A3940111917121e44
Octal30524322402131272236104
Binary110001011010001110010100010001110011011110010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A394; }

 p { color: rgb(197,163,148); }

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

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

 a { background-color: rgb(197,163,148); }

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

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

 span { border-color: rgb(197,163,148); }

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