#C5A9A3

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

Shades of Eunry #C5A9A3

Tints of Eunry #C5A9A3

Color information

#C5A9A3 (or 0xC5A9A3) is unknown color: approx Eunry. HEX triplet: C5, A9 and A3. RGB value is (197,169,163). Sum of RGB (Red+Green+Blue) = 197+169+163=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 169 (66.41% from 255 or 31.95% from 529); Blue value is 163 (64.06% from 255 or 30.81% from 529); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A9A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A9A3 is #3A565C. Grayscale: #B0B0B0. Windows color (decimal): -3823197 or 10725829. OLE color: 10725829.

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

Color convert

RGB197169163-
CMYK00.140.170.23
HSL10.59º22.67%70.59%-
HSV(B)10.59º17.26%77.25%-
XYZ43.8242.8940.62-
YUV176.69120.28142.49-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.24%
GREEN value IS 169 (66.41% from 255) = 31.95%
BLUE value IS 163 (64.06% from 255) = 30.81%
R=37.24%
G=31.95%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19716916300.140.170.2310.5922.6770.59
HexC5A9A30E1117b1747
Octal30525124301621271327107
Binary1100010110101001101000110111010001101111011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A9A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A9A3; }

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

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

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

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

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

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

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

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