#C9A299

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

Shades of Eunry #C9A299

Tints of Eunry #C9A299

Color information

#C9A299 (or 0xC9A299) is unknown color: approx Eunry. HEX triplet: C9, A2 and 99. RGB value is (201,162,153). Sum of RGB (Red+Green+Blue) = 201+162+153=516 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.95% from 516); Green value is 162 (63.67% from 255 or 31.40% from 516); Blue value is 153 (60.16% from 255 or 29.65% from 516); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A299 is #365D66. Grayscale: #ACACAC. Windows color (decimal): -3562855 or 10068681. OLE color: 10068681.

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

Color convert

RGB201162153-
CMYK00.190.240.21
HSL11.25º30.77%69.41%-
HSV(B)11.25º23.88%78.82%-
XYZ42.7640.5635.71-
YUV172.64116.92148.23-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.95%
GREEN value IS 162 (63.67% from 255) = 31.40%
BLUE value IS 153 (60.16% from 255) = 29.65%
R=38.95%
G=31.40%
B=29.65%

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
Decimal20116215300.190.240.2111.2530.7769.41
HexC9A2990131815b1f45
Octal31124223102330251337105
Binary11001001101000101001100101001111000101011011111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A299; }

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

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

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

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

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

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

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

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