#C0B1AB

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

Shades of Martini #C0B1AB

Tints of Martini #C0B1AB

Color information

#C0B1AB (or 0xC0B1AB) is unknown color: approx Martini. HEX triplet: C0, B1 and AB. RGB value is (192,177,171). Sum of RGB (Red+Green+Blue) = 192+177+171=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 177 (69.53% from 255 or 32.78% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B1AB is #3F4E54. Grayscale: #B4B4B4. Windows color (decimal): -4148821 or 11252160. OLE color: 11252160.

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

Color convert

RGB192177171-
CMYK00.080.110.25
HSL17.14º14.29%71.18%-
HSV(B)17.14º10.94%75.29%-
XYZ44.8145.5944.97-
YUV180.8122.47135.99-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.56%
GREEN value IS 177 (69.53% from 255) = 32.78%
BLUE value IS 171 (67.19% from 255) = 31.67%
R=35.56%
G=32.78%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217717100.080.110.2517.1414.2971.18
HexC0B1AB08B1911e47
Octal30026125301013312116107
Binary110000001011000110101011010001011110011000111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B1AB; }

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

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

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

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

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

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

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

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