#C5A199

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

Shades of Eunry #C5A199

Tints of Eunry #C5A199

Color information

#C5A199 (or 0xC5A199) is unknown color: approx Eunry. HEX triplet: C5, A1 and 99. RGB value is (197,161,153). Sum of RGB (Red+Green+Blue) = 197+161+153=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 161 (63.28% from 255 or 31.51% from 511); Blue value is 153 (60.16% from 255 or 29.94% from 511); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A199 is #3A5E66. Grayscale: #AAAAAA. Windows color (decimal): -3825255 or 10068421. OLE color: 10068421.

HSL color Cylindrical-coordinate representation of color #C5A199: hue angle of 10.91º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5A199 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.23.

Color convert

RGB197161153-
CMYK00.180.220.23
HSL10.91º27.5%68.63%-
HSV(B)10.91º22.34%77.25%-
XYZ41.5239.6635.6-
YUV170.85117.93146.65-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.55%
GREEN value IS 161 (63.28% from 255) = 31.51%
BLUE value IS 153 (60.16% from 255) = 29.94%
R=38.55%
G=31.51%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19716115300.180.220.2310.9127.568.63
HexC5A1990121617b1c45
Octal30524123102226271334105
Binary11000101101000011001100101001010110101111011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A199; }

 p { color: rgb(197,161,153); }

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

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

 a { background-color: rgb(197,161,153); }

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

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

 span { border-color: rgb(197,161,153); }

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