#C5AAA6

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

Shades of Eunry #C5AAA6

Tints of Eunry #C5AAA6

Color information

#C5AAA6 (or 0xC5AAA6) is unknown color: approx Eunry. HEX triplet: C5, AA and A6. RGB value is (197,170,166). Sum of RGB (Red+Green+Blue) = 197+170+166=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 166 (65.23% from 255 or 31.14% from 533); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AAA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AAA6 is #3A5559. Grayscale: #B1B1B1. Windows color (decimal): -3822938 or 10922693. OLE color: 10922693.

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

Color convert

RGB197170166-
CMYK00.140.160.23
HSL7.74º21.09%71.18%-
HSV(B)7.74º15.74%77.25%-
XYZ44.2843.3742.11-
YUV177.62121.45141.83-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.96%
GREEN value IS 170 (66.80% from 255) = 31.89%
BLUE value IS 166 (65.23% from 255) = 31.14%
R=36.96%
G=31.89%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717016600.140.160.237.7421.0971.18
HexC5AAA60E101781547
Octal30525224601620271025107
Binary1100010110101010101001100111010000101111000101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AAA6; }

 p { color: rgb(197,170,166); }

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

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

 a { background-color: rgb(197,170,166); }

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

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

 span { border-color: rgb(197,170,166); }

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