#C9ABA0

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

Shades of Eunry #C9ABA0

Tints of Eunry #C9ABA0

Color information

#C9ABA0 (or 0xC9ABA0) is unknown color: approx Eunry. HEX triplet: C9, AB and A0. RGB value is (201,171,160). Sum of RGB (Red+Green+Blue) = 201+171+160=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 171 (67.19% from 255 or 32.14% from 532); Blue value is 160 (62.89% from 255 or 30.08% from 532); Max value from RGB is 201 - color contains mainly: red. Hex color #C9ABA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9ABA0 is #36545F. Grayscale: #B2B2B2. Windows color (decimal): -3560544 or 10529737. OLE color: 10529737.

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

Color convert

RGB201171160-
CMYK00.150.200.21
HSL16.1º27.52%70.78%-
HSV(B)16.1º20.4%78.82%-
XYZ4544.0839.39-
YUV178.72117.44143.89-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.78%
GREEN value IS 171 (67.19% from 255) = 32.14%
BLUE value IS 160 (62.89% from 255) = 30.08%
R=37.78%
G=32.14%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117116000.150.200.2116.127.5270.78
HexC9ABA00F1415101c47
Octal31125324001724252034107
Binary11001001101010111010000001111101001010110000111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9ABA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9ABA0; }

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

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

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

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

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

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

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

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