Shades of Grey Nickel #C1BCAC
Tints of Grey Nickel #C1BCAC
RGB
CMYK
RGB Variations
Color information
#C1BCAC (or 0xC1BCAC) is known color: Grey Nickel. HEX triplet: C1, BC and AC. RGB value is (193,188,172). Sum of RGB (Red+Green+Blue) = 193+188+172=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BCAC is #3E4353. Grayscale: #BBBBBB. Windows color (decimal): -4080468 or 11320513. OLE color: 11320513.
HSL color Cylindrical-coordinate representation of color #C1BCAC: hue angle of 45.71º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1BCAC is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 188 | 172 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.24 |
| HSL | 45.71º | 0.14% | 0.72% | - |
| HSV(B) | 45.71º | 0.11% | 0.76% | - |
| XYZ | 47.42 | 50.28 | 46.24 | - |
| YUV | 187.67 | 119.16 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 188 | 172 | 0 | 0.03 | 0.11 | 0.24 | 45.71 | 0.14 | 0.72 |
| Hex | C1 | BC | AC | 0 | 3 | B | 18 | 2E | E | 48 |
| Octal | 301 | 274 | 254 | 0 | 3 | 13 | 30 | 56 | 16 | 110 |
| Binary | 11000001 | 10111100 | 10101100 | 0 | 11 | 1011 | 11000 | 101110 | 1110 | 1001000 |
Color Harmonies of #C1BCAC
Complementary color
Monochromatic Colors of #C1BCAC
Black with #C1BCAC
Text Example
Text Example
White with #C1BCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BCAC; }
p { color: rgb(193,188,172); }
H1.HeaderClassName
{
color: #C1BCAC;
}
.AnyTagClassName
{
color: #C1BCAC;
}
</style>
background-color css
<style>
a { background-color: #C1BCAC; }
a { background-color: rgb(193,188,172); }
div.DivClassName
{
background-color: #C1BCAC;
}
.BgClassName
{
background-color: #C1BCAC;
}
</style>
border-color css
<style>
span { border-color: #C1BCAC; }
span { border-color: rgb(193,188,172); }
td.TdClassName
{
border-color: #C1BCAC;
}
.TagClassName
{
border-color: #C1BCAC;
}
</style>