#C1A6A1

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

Shades of Martini #C1A6A1

Tints of Martini #C1A6A1

Color information

#C1A6A1 (or 0xC1A6A1) is unknown color: approx Martini. HEX triplet: C1, A6 and A1. RGB value is (193,166,161). Sum of RGB (Red+Green+Blue) = 193+166+161=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 166 (65.23% from 255 or 31.92% from 520); Blue value is 161 (63.28% from 255 or 30.96% from 520); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A6A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A6A1 is #3E595E. Grayscale: #ADADAD. Windows color (decimal): -4086111 or 10593985. OLE color: 10593985.

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

Color convert

RGB193166161-
CMYK00.140.170.24
HSL9.38º20.51%69.41%-
HSV(B)9.38º16.58%75.69%-
XYZ42.0641.1839.45-
YUV173.5120.95141.91-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.12%
GREEN value IS 166 (65.23% from 255) = 31.92%
BLUE value IS 161 (63.28% from 255) = 30.96%
R=37.12%
G=31.92%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316616100.140.170.249.3820.5169.41
HexC1A6A10E111891545
Octal30124624101621301125105
Binary1100000110100110101000010111010001110001001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A6A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A6A1; }

 p { color: rgb(193,166,161); }

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

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

 a { background-color: rgb(193,166,161); }

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

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

 span { border-color: rgb(193,166,161); }

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