#C5A99E

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

Shades of Eunry #C5A99E

Tints of Eunry #C5A99E

Color information

#C5A99E (or 0xC5A99E) is unknown color: approx Eunry. HEX triplet: C5, A9 and 9E. RGB value is (197,169,158). Sum of RGB (Red+Green+Blue) = 197+169+158=524 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.60% from 524); Green value is 169 (66.41% from 255 or 32.25% from 524); Blue value is 158 (62.11% from 255 or 30.15% from 524); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A99E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A99E is #3A5661. Grayscale: #B0B0B0. Windows color (decimal): -3823202 or 10398149. OLE color: 10398149.

HSL color Cylindrical-coordinate representation of color #C5A99E: hue angle of 16.92º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5A99E is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB197169158-
CMYK00.140.200.23
HSL16.92º25.16%69.61%-
HSV(B)16.92º19.8%77.25%-
XYZ43.3942.7138.31-
YUV176.12117.78142.89-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.60%
GREEN value IS 169 (66.41% from 255) = 32.25%
BLUE value IS 158 (62.11% from 255) = 30.15%
R=37.60%
G=32.25%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19716915800.140.200.2316.9225.1669.61
HexC5A99E0E1417111946
Octal30525123601624272131106
Binary11000101101010011001111001110101001011110001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A99E; }

 p { color: rgb(197,169,158); }

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

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

 a { background-color: rgb(197,169,158); }

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

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

 span { border-color: rgb(197,169,158); }

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