#C9A89F

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

Shades of Eunry #C9A89F

Tints of Eunry #C9A89F

Color information

#C9A89F (or 0xC9A89F) is unknown color: approx Eunry. HEX triplet: C9, A8 and 9F. RGB value is (201,168,159). Sum of RGB (Red+Green+Blue) = 201+168+159=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 168 (66.02% from 255 or 31.82% from 528); Blue value is 159 (62.5% from 255 or 30.11% from 528); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A89F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A89F is #365760. Grayscale: #B0B0B0. Windows color (decimal): -3561313 or 10463433. OLE color: 10463433.

HSL color Cylindrical-coordinate representation of color #C9A89F: hue angle of 12.86º 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 #C9A89F is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB201168159-
CMYK00.160.210.21
HSL12.86º28%70.59%-
HSV(B)12.86º20.9%78.82%-
XYZ44.3542.9338.75-
YUV176.84117.93145.23-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.07%
GREEN value IS 168 (66.02% from 255) = 31.82%
BLUE value IS 159 (62.5% from 255) = 30.11%
R=38.07%
G=31.82%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116815900.160.210.2112.862870.59
HexC9A89F0101515d1c47
Octal31125023702025251534107
Binary11001001101010001001111101000010101101011101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A89F; }

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

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

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

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

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

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

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

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