#C3AA9F

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

Shades of Martini #C3AA9F

Tints of Martini #C3AA9F

Color information

#C3AA9F (or 0xC3AA9F) is unknown color: approx Martini. HEX triplet: C3, AA and 9F. RGB value is (195,170,159). Sum of RGB (Red+Green+Blue) = 195+170+159=524 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.21% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 159 (62.5% from 255 or 30.34% from 524); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AA9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AA9F is #3C5560. Grayscale: #B0B0B0. Windows color (decimal): -3954017 or 10463939. OLE color: 10463939.

HSL color Cylindrical-coordinate representation of color #C3AA9F: hue angle of 18.33º degrees, saturation: 0.23, 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 #C3AA9F is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB195170159-
CMYK00.130.180.24
HSL18.33º23.08%69.41%-
HSV(B)18.33º18.46%76.47%-
XYZ43.1442.8538.8-
YUV176.22118.28141.39-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.21%
GREEN value IS 170 (66.80% from 255) = 32.44%
BLUE value IS 159 (62.5% from 255) = 30.34%
R=37.21%
G=32.44%
B=30.34%

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
Decimal19517015900.130.180.2418.3323.0869.41
HexC3AA9F0D1218121745
Octal30325223701522302227105
Binary11000011101010101001111101101100101100010010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AA9F; }

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

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

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

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

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

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

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

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