#C0A59F

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

Shades of Martini #C0A59F

Tints of Martini #C0A59F

Color information

#C0A59F (or 0xC0A59F) is unknown color: approx Martini. HEX triplet: C0, A5 and 9F. RGB value is (192,165,159). Sum of RGB (Red+Green+Blue) = 192+165+159=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 165 (64.84% from 255 or 31.98% from 516); Blue value is 159 (62.5% from 255 or 30.81% from 516); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A59F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A59F is #3F5A60. Grayscale: #ACACAC. Windows color (decimal): -4151905 or 10462656. OLE color: 10462656.

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

Color convert

RGB192165159-
CMYK00.140.170.25
HSL10.91º20.75%68.82%-
HSV(B)10.91º17.19%75.29%-
XYZ41.4540.6238.46-
YUV172.39120.45141.99-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.21%
GREEN value IS 165 (64.84% from 255) = 31.98%
BLUE value IS 159 (62.5% from 255) = 30.81%
R=37.21%
G=31.98%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216515900.140.170.2510.9120.7568.82
HexC0A59F0E1119b1545
Octal30024523701621311325105
Binary1100000010100101100111110111010001110011011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A59F; }

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

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

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

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

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

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

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

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