#C3AA9E

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

Shades of Martini #C3AA9E

Tints of Martini #C3AA9E

Color information

#C3AA9E (or 0xC3AA9E) is unknown color: approx Martini. HEX triplet: C3, AA and 9E. RGB value is (195,170,158). Sum of RGB (Red+Green+Blue) = 195+170+158=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 158 (62.11% from 255 or 30.21% from 523); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AA9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AA9E is #3C5561. Grayscale: #B0B0B0. Windows color (decimal): -3954018 or 10398403. OLE color: 10398403.

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

Color convert

RGB195170158-
CMYK00.130.190.24
HSL19.46º23.57%69.22%-
HSV(B)19.46º18.97%76.47%-
XYZ43.0542.8238.34-
YUV176.11117.78141.48-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.28%
GREEN value IS 170 (66.80% from 255) = 32.50%
BLUE value IS 158 (62.11% from 255) = 30.21%
R=37.28%
G=32.50%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517015800.130.190.2419.4623.5769.22
HexC3AA9E0D1318131845
Octal30325223601523302330105
Binary11000011101010101001111001101100111100010011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AA9E; }

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

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

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

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

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

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

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

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