#C9A49B

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

Shades of Eunry #C9A49B

Tints of Eunry #C9A49B

Color information

#C9A49B (or 0xC9A49B) is unknown color: approx Eunry. HEX triplet: C9, A4 and 9B. RGB value is (201,164,155). Sum of RGB (Red+Green+Blue) = 201+164+155=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 164 (64.45% from 255 or 31.54% from 520); Blue value is 155 (60.94% from 255 or 29.81% from 520); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A49B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A49B is #365B64. Grayscale: #AEAEAE. Windows color (decimal): -3562341 or 10200265. OLE color: 10200265.

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

Color convert

RGB201164155-
CMYK00.180.230.21
HSL11.74º29.87%69.8%-
HSV(B)11.74º22.89%78.82%-
XYZ43.2841.3336.71-
YUV174.04117.26147.23-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.65%
GREEN value IS 164 (64.45% from 255) = 31.54%
BLUE value IS 155 (60.94% from 255) = 29.81%
R=38.65%
G=31.54%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116415500.180.230.2111.7429.8769.8
HexC9A49B0121715c1e46
Octal31124423302227251436106
Binary11001001101001001001101101001010111101011100111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A49B; }

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

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

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

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

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

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

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

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