#C9A29C

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

Shades of Eunry #C9A29C

Tints of Eunry #C9A29C

Color information

#C9A29C (or 0xC9A29C) is unknown color: approx Eunry. HEX triplet: C9, A2 and 9C. RGB value is (201,162,156). Sum of RGB (Red+Green+Blue) = 201+162+156=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 162 (63.67% from 255 or 31.21% from 519); Blue value is 156 (61.33% from 255 or 30.06% from 519); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A29C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A29C is #365D63. Grayscale: #ADADAD. Windows color (decimal): -3562852 or 10265289. OLE color: 10265289.

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

Color convert

RGB201162156-
CMYK00.190.220.21
HSL29.41%70%-
HSV(B)22.39%78.82%-
XYZ43.0140.6637.03-
YUV172.98118.42147.99-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.73%
GREEN value IS 162 (63.67% from 255) = 31.21%
BLUE value IS 156 (61.33% from 255) = 30.06%
R=38.73%
G=31.21%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116215600.190.220.21829.4170
HexC9A29C013161581d46
Octal31124223402326251035106
Binary11001001101000101001110001001110110101011000111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A29C; }

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

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

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

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

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

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

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

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