#C3AFA6

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

Shades of Martini #C3AFA6

Tints of Martini #C3AFA6

Color information

#C3AFA6 (or 0xC3AFA6) is unknown color: approx Martini. HEX triplet: C3, AF and A6. RGB value is (195,175,166). Sum of RGB (Red+Green+Blue) = 195+175+166=536 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.38% from 536); Green value is 175 (68.75% from 255 or 32.65% from 536); Blue value is 166 (65.23% from 255 or 30.97% from 536); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AFA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AFA6 is #3C5059. Grayscale: #B4B4B4. Windows color (decimal): -3952730 or 10923971. OLE color: 10923971.

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

Color convert

RGB195175166-
CMYK00.100.150.24
HSL18.62º19.46%70.78%-
HSV(B)18.62º14.87%76.47%-
XYZ44.7245.0242.41-
YUV179.95120.13138.73-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.38%
GREEN value IS 175 (68.75% from 255) = 32.65%
BLUE value IS 166 (65.23% from 255) = 30.97%
R=36.38%
G=32.65%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517516600.100.150.2418.6219.4670.78
HexC3AFA60AF18131347
Octal30325724601217302323107
Binary1100001110101111101001100101011111100010011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AFA6; }

 p { color: rgb(195,175,166); }

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

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

 a { background-color: rgb(195,175,166); }

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

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

 span { border-color: rgb(195,175,166); }

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