#C4AA9F

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

Shades of Martini #C4AA9F

Tints of Martini #C4AA9F

Color information

#C4AA9F (or 0xC4AA9F) is unknown color: approx Martini. HEX triplet: C4, AA and 9F. RGB value is (196,170,159). Sum of RGB (Red+Green+Blue) = 196+170+159=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 159 (62.5% from 255 or 30.29% from 525); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AA9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AA9F is #3B5560. Grayscale: #B0B0B0. Windows color (decimal): -3888481 or 10463940. OLE color: 10463940.

HSL color Cylindrical-coordinate representation of color #C4AA9F: hue angle of 17.84º degrees, saturation: 0.24, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C4AA9F is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB196170159-
CMYK00.130.190.23
HSL17.84º23.87%69.61%-
HSV(B)17.84º18.88%76.86%-
XYZ43.442.9938.81-
YUV176.52118.11141.89-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.33%
GREEN value IS 170 (66.80% from 255) = 32.38%
BLUE value IS 159 (62.5% from 255) = 30.29%
R=37.33%
G=32.38%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617015900.130.190.2317.8423.8769.61
HexC4AA9F0D1317121846
Octal30425223701523272230106
Binary11000100101010101001111101101100111011110010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AA9F; }

 p { color: rgb(196,170,159); }

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

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

 a { background-color: rgb(196,170,159); }

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

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

 span { border-color: rgb(196,170,159); }

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