#C1B1AB

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

Shades of Martini #C1B1AB

Tints of Martini #C1B1AB

Color information

#C1B1AB (or 0xC1B1AB) is unknown color: approx Martini. HEX triplet: C1, B1 and AB. RGB value is (193,177,171). Sum of RGB (Red+Green+Blue) = 193+177+171=541 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.67% from 541); Green value is 177 (69.53% from 255 or 32.72% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1B1AB is #3E4E54. Grayscale: #B5B5B5. Windows color (decimal): -4083285 or 11252161. OLE color: 11252161.

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

Color convert

RGB193177171-
CMYK00.080.110.24
HSL16.36º15.07%71.37%-
HSV(B)16.36º11.4%75.69%-
XYZ45.0745.7244.98-
YUV181.1122.3136.49-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.67%
GREEN value IS 177 (69.53% from 255) = 32.72%
BLUE value IS 171 (67.19% from 255) = 31.61%
R=35.67%
G=32.72%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317717100.080.110.2416.3615.0771.37
HexC1B1AB08B1810f47
Octal30126125301013302017107
Binary110000011011000110101011010001011110001000011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B1AB; }

 p { color: rgb(193,177,171); }

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

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

 a { background-color: rgb(193,177,171); }

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

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

 span { border-color: rgb(193,177,171); }

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