#C2A99F

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

Shades of Martini #C2A99F

Tints of Martini #C2A99F

Color information

#C2A99F (or 0xC2A99F) is unknown color: approx Martini. HEX triplet: C2, A9 and 9F. RGB value is (194,169,159). Sum of RGB (Red+Green+Blue) = 194+169+159=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 169 (66.41% from 255 or 32.38% from 522); Blue value is 159 (62.5% from 255 or 30.46% from 522); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A99F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A99F is #3D5660. Grayscale: #AFAFAF. Windows color (decimal): -4019809 or 10463682. OLE color: 10463682.

HSL color Cylindrical-coordinate representation of color #C2A99F: hue angle of 17.14º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2A99F is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB194169159-
CMYK00.130.180.24
HSL17.14º22.29%69.22%-
HSV(B)17.14º18.04%76.08%-
XYZ42.6942.3538.72-
YUV175.34118.78141.31-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.16%
GREEN value IS 169 (66.41% from 255) = 32.38%
BLUE value IS 159 (62.5% from 255) = 30.46%
R=37.16%
G=32.38%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416915900.130.180.2417.1422.2969.22
HexC2A99F0D1218111645
Octal30225123701522302126105
Binary11000010101010011001111101101100101100010001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A99F; }

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

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

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

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

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

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

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

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