#C0B0A9

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

Shades of Martini #C0B0A9

Tints of Martini #C0B0A9

Color information

#C0B0A9 (or 0xC0B0A9) is unknown color: approx Martini. HEX triplet: C0, B0 and A9. RGB value is (192,176,169). Sum of RGB (Red+Green+Blue) = 192+176+169=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 176 (69.14% from 255 or 32.77% from 537); Blue value is 169 (66.41% from 255 or 31.47% from 537); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B0A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B0A9 is #3F4F56. Grayscale: #B4B4B4. Windows color (decimal): -4149079 or 11120832. OLE color: 11120832.

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

Color convert

RGB192176169-
CMYK00.080.120.25
HSL18.26º15.44%70.78%-
HSV(B)18.26º11.98%75.29%-
XYZ44.4245.1243.9-
YUV179.99121.8136.57-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.75%
GREEN value IS 176 (69.14% from 255) = 32.77%
BLUE value IS 169 (66.41% from 255) = 31.47%
R=35.75%
G=32.77%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217616900.080.120.2518.2615.4470.78
HexC0B0A908C1912f47
Octal30026025101014312217107
Binary110000001011000010101001010001100110011001011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B0A9; }

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

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

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

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

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

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

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

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