Shades of Grey Nickel #C0BCAC
Tints of Grey Nickel #C0BCAC
RGB
CMYK
RGB Variations
Color information
#C0BCAC (or 0xC0BCAC) is known color: Grey Nickel. HEX triplet: C0, BC and AC. RGB value is (192,188,172). Sum of RGB (Red+Green+Blue) = 192+188+172=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 188 (73.83% from 255 or 34.06% from 552); Blue value is 172 (67.58% from 255 or 31.16% from 552); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BCAC is #3F4353. Grayscale: #BBBBBB. Windows color (decimal): -4146004 or 11320512. OLE color: 11320512.
HSL color Cylindrical-coordinate representation of color #C0BCAC: hue angle of 48º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0BCAC is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 188 | 172 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.25 |
| HSL | 48º | 0.14% | 0.71% | - |
| HSV(B) | 48º | 0.1% | 0.75% | - |
| XYZ | 47.17 | 50.15 | 46.22 | - |
| YUV | 187.37 | 119.33 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 172 | 0 | 0.02 | 0.10 | 0.25 | 48 | 0.14 | 0.71 |
| Hex | C0 | BC | AC | 0 | 2 | A | 19 | 30 | E | 47 |
| Octal | 300 | 274 | 254 | 0 | 2 | 12 | 31 | 60 | 16 | 107 |
| Binary | 11000000 | 10111100 | 10101100 | 0 | 10 | 1010 | 11001 | 110000 | 1110 | 1000111 |
Color Harmonies of #C0BCAC
Complementary color
Monochromatic Colors of #C0BCAC
Black with #C0BCAC
Text Example
Text Example
White with #C0BCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BCAC; }
p { color: rgb(192,188,172); }
H1.HeaderClassName
{
color: #C0BCAC;
}
.AnyTagClassName
{
color: #C0BCAC;
}
</style>
background-color css
<style>
a { background-color: #C0BCAC; }
a { background-color: rgb(192,188,172); }
div.DivClassName
{
background-color: #C0BCAC;
}
.BgClassName
{
background-color: #C0BCAC;
}
</style>
border-color css
<style>
span { border-color: #C0BCAC; }
span { border-color: rgb(192,188,172); }
td.TdClassName
{
border-color: #C0BCAC;
}
.TagClassName
{
border-color: #C0BCAC;
}
</style>