#C0B0AB

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

Shades of Martini #C0B0AB

Tints of Martini #C0B0AB

Color information

#C0B0AB (or 0xC0B0AB) is unknown color: approx Martini. HEX triplet: C0, B0 and AB. RGB value is (192,176,171). Sum of RGB (Red+Green+Blue) = 192+176+171=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 176 (69.14% from 255 or 32.65% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B0AB is #3F4F54. Grayscale: #B4B4B4. Windows color (decimal): -4149077 or 11251904. OLE color: 11251904.

HSL color Cylindrical-coordinate representation of color #C0B0AB: hue angle of 14.29º 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 #C0B0AB is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB192176171-
CMYK00.080.110.25
HSL14.29º14.29%71.18%-
HSV(B)14.29º10.94%75.29%-
XYZ44.6145.244.9-
YUV180.21122.8136.41-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.62%
GREEN value IS 176 (69.14% from 255) = 32.65%
BLUE value IS 171 (67.19% from 255) = 31.73%
R=35.62%
G=32.65%
B=31.73%

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
Decimal19217617100.080.110.2514.2914.2971.18
HexC0B0AB08B19ee47
Octal30026025301013311616107
Binary11000000101100001010101101000101111001111011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B0AB; }

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

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

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

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

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

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

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

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