#C9A19C

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

Shades of Eunry #C9A19C

Tints of Eunry #C9A19C

Color information

#C9A19C (or 0xC9A19C) is unknown color: approx Eunry. HEX triplet: C9, A1 and 9C. RGB value is (201,161,156). Sum of RGB (Red+Green+Blue) = 201+161+156=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 161 (63.28% from 255 or 31.08% from 518); Blue value is 156 (61.33% from 255 or 30.12% from 518); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A19C is #365E63. Grayscale: #ACACAC. Windows color (decimal): -3563108 or 10265033. OLE color: 10265033.

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

Color convert

RGB201161156-
CMYK00.200.220.21
HSL6.67º29.41%70%-
HSV(B)6.67º22.39%78.82%-
XYZ42.8340.3136.98-
YUV172.39118.75148.41-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.80%
GREEN value IS 161 (63.28% from 255) = 31.08%
BLUE value IS 156 (61.33% from 255) = 30.12%
R=38.80%
G=31.08%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116115600.200.220.216.6729.4170
HexC9A19C014161571d46
Octal3112412340242625735106
Binary1100100110100001100111000101001011010101111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A19C; }

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

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

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

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

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

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

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

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