Shades of Grey Nickel #C1BCAB
Tints of Grey Nickel #C1BCAB
RGB
CMYK
RGB Variations
Color information
#C1BCAB (or 0xC1BCAB) is known color: Grey Nickel. HEX triplet: C1, BC and AB. RGB value is (193,188,171). Sum of RGB (Red+Green+Blue) = 193+188+171=552 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.96% from 552); Green value is 188 (73.83% from 255 or 34.06% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BCAB is #3E4354. Grayscale: #BBBBBB. Windows color (decimal): -4080469 or 11254977. OLE color: 11254977.
HSL color Cylindrical-coordinate representation of color #C1BCAB: hue angle of 46.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 #C1BCAB is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 188 | 171 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.24 |
| HSL | 46.36º | 0.15% | 0.71% | - |
| HSV(B) | 46.36º | 0.11% | 0.76% | - |
| XYZ | 47.33 | 50.24 | 45.73 | - |
| YUV | 187.56 | 118.66 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 188 | 171 | 0 | 0.03 | 0.11 | 0.24 | 46.36 | 0.15 | 0.71 |
| Hex | C1 | BC | AB | 0 | 3 | B | 18 | 2E | F | 47 |
| Octal | 301 | 274 | 253 | 0 | 3 | 13 | 30 | 56 | 17 | 107 |
| Binary | 11000001 | 10111100 | 10101011 | 0 | 11 | 1011 | 11000 | 101110 | 1111 | 1000111 |
Color Harmonies of #C1BCAB
Complementary color
Monochromatic Colors of #C1BCAB
Black with #C1BCAB
Text Example
Text Example
White with #C1BCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BCAB; }
p { color: rgb(193,188,171); }
H1.HeaderClassName
{
color: #C1BCAB;
}
.AnyTagClassName
{
color: #C1BCAB;
}
</style>
background-color css
<style>
a { background-color: #C1BCAB; }
a { background-color: rgb(193,188,171); }
div.DivClassName
{
background-color: #C1BCAB;
}
.BgClassName
{
background-color: #C1BCAB;
}
</style>
border-color css
<style>
span { border-color: #C1BCAB; }
span { border-color: rgb(193,188,171); }
td.TdClassName
{
border-color: #C1BCAB;
}
.TagClassName
{
border-color: #C1BCAB;
}
</style>