#C0A49F

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

Shades of Martini #C0A49F

Tints of Martini #C0A49F

Color information

#C0A49F (or 0xC0A49F) is unknown color: approx Martini. HEX triplet: C0, A4 and 9F. RGB value is (192,164,159). Sum of RGB (Red+Green+Blue) = 192+164+159=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 164 (64.45% from 255 or 31.84% from 515); Blue value is 159 (62.5% from 255 or 30.87% from 515); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A49F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A49F is #3F5B60. Grayscale: #ABABAB. Windows color (decimal): -4152161 or 10462400. OLE color: 10462400.

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

Color convert

RGB192164159-
CMYK00.150.170.25
HSL9.09º20.75%68.82%-
HSV(B)9.09º17.19%75.29%-
XYZ41.2740.2638.4-
YUV171.8120.78142.41-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.28%
GREEN value IS 164 (64.45% from 255) = 31.84%
BLUE value IS 159 (62.5% from 255) = 30.87%
R=37.28%
G=31.84%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216415900.150.170.259.0920.7568.82
HexC0A49F0F111991545
Octal30024423701721311125105
Binary1100000010100100100111110111110001110011001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A49F; }

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

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

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

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

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

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

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

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