Shades of Grey Nickel #C0BDAD
Tints of Grey Nickel #C0BDAD
RGB
CMYK
RGB Variations
Color information
#C0BDAD (or 0xC0BDAD) is known color: Grey Nickel. HEX triplet: C0, BD and AD. RGB value is (192,189,173). Sum of RGB (Red+Green+Blue) = 192+189+173=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 173 (67.97% from 255 or 31.23% from 554); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BDAD is #3F4252. Grayscale: #BCBCBC. Windows color (decimal): -4145747 or 11386304. OLE color: 11386304.
HSL color Cylindrical-coordinate representation of color #C0BDAD: hue angle of 50.53º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0BDAD is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 189 | 173 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.25 |
| HSL | 50.53º | 0.13% | 0.72% | - |
| HSV(B) | 50.53º | 0.1% | 0.75% | - |
| XYZ | 47.48 | 50.62 | 46.8 | - |
| YUV | 188.07 | 119.49 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 173 | 0 | 0.02 | 0.10 | 0.25 | 50.53 | 0.13 | 0.72 |
| Hex | C0 | BD | AD | 0 | 2 | A | 19 | 33 | D | 48 |
| Octal | 300 | 275 | 255 | 0 | 2 | 12 | 31 | 63 | 15 | 110 |
| Binary | 11000000 | 10111101 | 10101101 | 0 | 10 | 1010 | 11001 | 110011 | 1101 | 1001000 |
Color Harmonies of #C0BDAD
Complementary color
Monochromatic Colors of #C0BDAD
Black with #C0BDAD
Text Example
Text Example
White with #C0BDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BDAD; }
p { color: rgb(192,189,173); }
H1.HeaderClassName
{
color: #C0BDAD;
}
.AnyTagClassName
{
color: #C0BDAD;
}
</style>
background-color css
<style>
a { background-color: #C0BDAD; }
a { background-color: rgb(192,189,173); }
div.DivClassName
{
background-color: #C0BDAD;
}
.BgClassName
{
background-color: #C0BDAD;
}
</style>
border-color css
<style>
span { border-color: #C0BDAD; }
span { border-color: rgb(192,189,173); }
td.TdClassName
{
border-color: #C0BDAD;
}
.TagClassName
{
border-color: #C0BDAD;
}
</style>