#C9A1A0

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

Shades of Eunry #C9A1A0

Tints of Eunry #C9A1A0

Color information

#C9A1A0 (or 0xC9A1A0) is unknown color: approx Eunry. HEX triplet: C9, A1 and A0. RGB value is (201,161,160). Sum of RGB (Red+Green+Blue) = 201+161+160=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 161 (63.28% from 255 or 30.84% from 522); Blue value is 160 (62.89% from 255 or 30.65% from 522); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A1A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A1A0 is #365E5F. Grayscale: #ACACAC. Windows color (decimal): -3563104 or 10527177. OLE color: 10527177.

HSL color Cylindrical-coordinate representation of color #C9A1A0: hue angle of 1.46º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9A1A0 is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB201161160-
CMYK00.200.200.21
HSL1.46º27.52%70.78%-
HSV(B)1.46º20.4%78.82%-
XYZ43.1840.4538.79-
YUV172.85120.75148.08-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.51%
GREEN value IS 161 (63.28% from 255) = 30.84%
BLUE value IS 160 (62.89% from 255) = 30.65%
R=38.51%
G=30.84%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116116000.200.200.211.4627.5270.78
HexC9A1A0014141511c47
Octal3112412400242425134107
Binary11001001101000011010000001010010100101011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A1A0; }

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

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

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

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

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

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

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

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