#C5AA9F

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

Shades of Eunry #C5AA9F

Tints of Eunry #C5AA9F

Color information

#C5AA9F (or 0xC5AA9F) is unknown color: approx Eunry. HEX triplet: C5, AA and 9F. RGB value is (197,170,159). Sum of RGB (Red+Green+Blue) = 197+170+159=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 159 (62.5% from 255 or 30.23% from 526); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AA9F is #3A5560. Grayscale: #B0B0B0. Windows color (decimal): -3822945 or 10463941. OLE color: 10463941.

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

Color convert

RGB197170159-
CMYK00.140.190.23
HSL17.37º24.68%69.8%-
HSV(B)17.37º19.29%77.25%-
XYZ43.6643.1238.82-
YUV176.82117.95142.39-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.45%
GREEN value IS 170 (66.80% from 255) = 32.32%
BLUE value IS 159 (62.5% from 255) = 30.23%
R=37.45%
G=32.32%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717015900.140.190.2317.3724.6869.8
HexC5AA9F0E1317111946
Octal30525223701623272131106
Binary11000101101010101001111101110100111011110001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AA9F; }

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

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

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

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

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

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

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

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