#C5A49D

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

Shades of Eunry #C5A49D

Tints of Eunry #C5A49D

Color information

#C5A49D (or 0xC5A49D) is unknown color: approx Eunry. HEX triplet: C5, A4 and 9D. RGB value is (197,164,157). Sum of RGB (Red+Green+Blue) = 197+164+157=518 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.03% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 157 (61.72% from 255 or 30.31% from 518); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A49D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A49D is #3A5B62. Grayscale: #ADADAD. Windows color (decimal): -3824483 or 10331333. OLE color: 10331333.

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

Color convert

RGB197164157-
CMYK00.170.200.23
HSL10.5º25.64%69.41%-
HSV(B)10.5º20.3%77.25%-
XYZ42.3940.8637.55-
YUV173.07118.93145.07-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.03%
GREEN value IS 164 (64.45% from 255) = 31.66%
BLUE value IS 157 (61.72% from 255) = 30.31%
R=38.03%
G=31.66%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19716415700.170.200.2310.525.6469.41
HexC5A49D0111417b1a45
Octal30524423502124271332105
Binary11000101101001001001110101000110100101111011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A49D; }

 p { color: rgb(197,164,157); }

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

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

 a { background-color: rgb(197,164,157); }

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

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

 span { border-color: rgb(197,164,157); }

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