#C0A99F

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

Shades of Martini #C0A99F

Tints of Martini #C0A99F

Color information

#C0A99F (or 0xC0A99F) is unknown color: approx Martini. HEX triplet: C0, A9 and 9F. RGB value is (192,169,159). Sum of RGB (Red+Green+Blue) = 192+169+159=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 169 (66.41% from 255 or 32.5% from 520); Blue value is 159 (62.5% from 255 or 30.58% from 520); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A99F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A99F is #3F5660. Grayscale: #AEAEAE. Windows color (decimal): -4150881 or 10463680. OLE color: 10463680.

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

Color convert

RGB192169159-
CMYK00.120.170.25
HSL18.18º20.75%68.82%-
HSV(B)18.18º17.19%75.29%-
XYZ42.1842.0938.7-
YUV174.74119.12140.31-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.92%
GREEN value IS 169 (66.41% from 255) = 32.5%
BLUE value IS 159 (62.5% from 255) = 30.58%
R=36.92%
G=32.5%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216915900.120.170.2518.1820.7568.82
HexC0A99F0C1119121545
Octal30025123701421312225105
Binary11000000101010011001111101100100011100110010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A99F; }

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

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

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

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

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

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

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

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