#c9a399

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

Shades of Eunry #C9A399

Tints of Eunry #C9A399

Color information

#C9A399 (or 0xC9A399) is unknown color: approx Eunry. HEX triplet: C9, A3 and 99. RGB value is (201,163,153). Sum of RGB (Red+Green+Blue) = 201+163+153=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 163 (64.06% from 255 or 31.53% from 517); Blue value is 153 (60.16% from 255 or 29.59% from 517); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A399 is #365C66. Grayscale: #ADADAD. Windows color (decimal): -3562599 or 10068937. OLE color: 10068937.

HSL color Cylindrical-coordinate representation of color #C9A399: hue angle of 12.5º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C9A399 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB201163153-
CMYK00.190.240.21
HSL12.5º30.77%69.41%-
HSV(B)12.5º23.88%78.82%-
XYZ42.9340.9135.77-
YUV173.22116.59147.81-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.88%
GREEN value IS 163 (64.06% from 255) = 31.53%
BLUE value IS 153 (60.16% from 255) = 29.59%
R=38.88%
G=31.53%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116315300.190.240.2112.530.7769.41
HexC9A3990131815d1f45
Octal31124323102330251537105
Binary11001001101000111001100101001111000101011101111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c9a399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c9a399; }

 p { color: rgb(201,163,153); }

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

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

 a { background-color: rgb(201,163,153); }

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

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

 span { border-color: rgb(201,163,153); }

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