#C9A49F

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

Shades of Eunry #C9A49F

Tints of Eunry #C9A49F

Color information

#C9A49F (or 0xC9A49F) is unknown color: approx Eunry. HEX triplet: C9, A4 and 9F. RGB value is (201,164,159). Sum of RGB (Red+Green+Blue) = 201+164+159=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 164 (64.45% from 255 or 31.30% from 524); Blue value is 159 (62.5% from 255 or 30.34% from 524); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A49F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A49F is #365B60. Grayscale: #AEAEAE. Windows color (decimal): -3562337 or 10462409. OLE color: 10462409.

HSL color Cylindrical-coordinate representation of color #C9A49F: hue angle of 7.14º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9A49F is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB201164159-
CMYK00.180.210.21
HSL7.14º28%70.59%-
HSV(B)7.14º20.9%78.82%-
XYZ43.6241.4738.51-
YUV174.49119.26146.91-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.36%
GREEN value IS 164 (64.45% from 255) = 31.30%
BLUE value IS 159 (62.5% from 255) = 30.34%
R=38.36%
G=31.30%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116415900.180.210.217.142870.59
HexC9A49F012151571c47
Octal3112442370222525734107
Binary1100100110100100100111110100101010110101111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A49F; }

 p { color: rgb(201,164,159); }

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

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

 a { background-color: rgb(201,164,159); }

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

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

 span { border-color: rgb(201,164,159); }

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