#C3A99F

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

Shades of Martini #C3A99F

Tints of Martini #C3A99F

Color information

#C3A99F (or 0xC3A99F) is unknown color: approx Martini. HEX triplet: C3, A9 and 9F. RGB value is (195,169,159). Sum of RGB (Red+Green+Blue) = 195+169+159=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 169 (66.41% from 255 or 32.31% from 523); Blue value is 159 (62.5% from 255 or 30.40% from 523); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A99F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A99F is #3C5660. Grayscale: #AFAFAF. Windows color (decimal): -3954273 or 10463683. OLE color: 10463683.

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

Color convert

RGB195169159-
CMYK00.130.180.24
HSL16.67º23.08%69.41%-
HSV(B)16.67º18.46%76.47%-
XYZ42.9542.4838.74-
YUV175.63118.61141.81-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.28%
GREEN value IS 169 (66.41% from 255) = 32.31%
BLUE value IS 159 (62.5% from 255) = 30.40%
R=37.28%
G=32.31%
B=30.40%

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
Decimal19516915900.130.180.2416.6723.0869.41
HexC3A99F0D1218111745
Octal30325123701522302127105
Binary11000011101010011001111101101100101100010001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A99F; }

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

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

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

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

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

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

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

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