Shades of Grey Nickel #C0BDAF
Tints of Grey Nickel #C0BDAF
RGB
CMYK
RGB Variations
Color information
#C0BDAF (or 0xC0BDAF) is known color: Grey Nickel. HEX triplet: C0, BD and AF. RGB value is (192,189,175). Sum of RGB (Red+Green+Blue) = 192+189+175=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 175 (68.75% from 255 or 31.47% from 556); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BDAF is #3F4250. Grayscale: #BCBCBC. Windows color (decimal): -4145745 or 11517376. OLE color: 11517376.
HSL color Cylindrical-coordinate representation of color #C0BDAF: hue angle of 49.41º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0BDAF is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 189 | 175 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.25 |
| HSL | 49.41º | 0.12% | 0.72% | - |
| HSV(B) | 49.41º | 0.09% | 0.75% | - |
| XYZ | 47.67 | 50.7 | 47.83 | - |
| YUV | 188.3 | 120.49 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 175 | 0 | 0.02 | 0.09 | 0.25 | 49.41 | 0.12 | 0.72 |
| Hex | C0 | BD | AF | 0 | 2 | 9 | 19 | 31 | C | 48 |
| Octal | 300 | 275 | 257 | 0 | 2 | 11 | 31 | 61 | 14 | 110 |
| Binary | 11000000 | 10111101 | 10101111 | 0 | 10 | 1001 | 11001 | 110001 | 1100 | 1001000 |
Color Harmonies of #C0BDAF
Complementary color
Monochromatic Colors of #C0BDAF
Black with #C0BDAF
Text Example
Text Example
White with #C0BDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BDAF; }
p { color: rgb(192,189,175); }
H1.HeaderClassName
{
color: #C0BDAF;
}
.AnyTagClassName
{
color: #C0BDAF;
}
</style>
background-color css
<style>
a { background-color: #C0BDAF; }
a { background-color: rgb(192,189,175); }
div.DivClassName
{
background-color: #C0BDAF;
}
.BgClassName
{
background-color: #C0BDAF;
}
</style>
border-color css
<style>
span { border-color: #C0BDAF; }
span { border-color: rgb(192,189,175); }
td.TdClassName
{
border-color: #C0BDAF;
}
.TagClassName
{
border-color: #C0BDAF;
}
</style>