Shades of Martini #C1B1AB
Tints of Martini #C1B1AB
RGB
CMYK
RGB Variations
Color information
#C1B1AB (or 0xC1B1AB) is known color: 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
| RGB | 193 | 177 | 171 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.24 |
| HSL | 16.36º | 0.15% | 0.71% | - |
| HSV(B) | 16.36º | 0.11% | 0.76% | - |
| XYZ | 45.07 | 45.72 | 44.98 | - |
| YUV | 181.1 | 122.3 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 177 | 171 | 0 | 0.08 | 0.11 | 0.24 | 16.36 | 0.15 | 0.71 |
| Hex | C1 | B1 | AB | 0 | 8 | B | 18 | 10 | F | 47 |
| Octal | 301 | 261 | 253 | 0 | 10 | 13 | 30 | 20 | 17 | 107 |
| Binary | 11000001 | 10110001 | 10101011 | 0 | 1000 | 1011 | 11000 | 10000 | 1111 | 1000111 |
Color Harmonies of #C1B1AB
Complementary color
Monochromatic Colors of #C1B1AB
Black with #C1B1AB
Text Example
Text Example
White with #C1B1AB
Text Example
Text Example
HTML Codes & Css Web 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>