#C0ABA1

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

Shades of Martini #C0ABA1

Tints of Martini #C0ABA1

Color information

#C0ABA1 (or 0xC0ABA1) is unknown color: approx Martini. HEX triplet: C0, AB and A1. RGB value is (192,171,161). Sum of RGB (Red+Green+Blue) = 192+171+161=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 161 (63.28% from 255 or 30.73% from 524); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ABA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0ABA1 is #3F545E. Grayscale: #B0B0B0. Windows color (decimal): -4150367 or 10595264. OLE color: 10595264.

HSL color Cylindrical-coordinate representation of color #C0ABA1: hue angle of 19.35º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0ABA1 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB192171161-
CMYK00.110.160.25
HSL19.35º19.75%69.22%-
HSV(B)19.35º16.15%75.29%-
XYZ42.7342.9139.75-
YUV176.14119.46139.31-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.64%
GREEN value IS 171 (67.19% from 255) = 32.63%
BLUE value IS 161 (63.28% from 255) = 30.73%
R=36.64%
G=32.63%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217116100.110.160.2519.3519.7569.22
HexC0ABA10B1019131445
Octal30025324101320312324105
Binary11000000101010111010000101011100001100110011101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ABA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ABA1; }

 p { color: rgb(192,171,161); }

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

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

 a { background-color: rgb(192,171,161); }

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

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

 span { border-color: rgb(192,171,161); }

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