#C5A19E

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

Shades of Eunry #C5A19E

Tints of Eunry #C5A19E

Color information

#C5A19E (or 0xC5A19E) is unknown color: approx Eunry. HEX triplet: C5, A1 and 9E. RGB value is (197,161,158). Sum of RGB (Red+Green+Blue) = 197+161+158=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 161 (63.28% from 255 or 31.20% from 516); Blue value is 158 (62.11% from 255 or 30.62% from 516); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A19E is #3A5E61. Grayscale: #ABABAB. Windows color (decimal): -3825250 or 10396101. OLE color: 10396101.

HSL color Cylindrical-coordinate representation of color #C5A19E: hue angle of 4.62º 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 #C5A19E is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB197161158-
CMYK00.180.200.23
HSL4.62º25.16%69.61%-
HSV(B)4.62º19.8%77.25%-
XYZ41.9439.8337.82-
YUV171.42120.43146.24-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.18%
GREEN value IS 161 (63.28% from 255) = 31.20%
BLUE value IS 158 (62.11% from 255) = 30.62%
R=38.18%
G=31.20%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19716115800.180.200.234.6225.1669.61
HexC5A19E012141751946
Octal3052412360222427531106
Binary1100010110100001100111100100101010010111101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A19E; }

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

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

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

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

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

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

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

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