Shades of Grey Nickel #C5C0AD
Tints of Grey Nickel #C5C0AD
RGB
CMYK
RGB Variations
Color information
#C5C0AD (or 0xC5C0AD) is known color: Grey Nickel. HEX triplet: C5, C0 and AD. RGB value is (197,192,173). Sum of RGB (Red+Green+Blue) = 197+192+173=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 192 (75.39% from 255 or 34.16% from 562); Blue value is 173 (67.97% from 255 or 30.78% from 562); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C0AD is #3A3F52. Grayscale: #BFBFBF. Windows color (decimal): -3817299 or 11387077. OLE color: 11387077.
HSL color Cylindrical-coordinate representation of color #C5C0AD: hue angle of 47.5º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5C0AD is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 192 | 173 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.23 |
| HSL | 47.5º | 0.17% | 0.73% | - |
| HSV(B) | 47.5º | 0.12% | 0.77% | - |
| XYZ | 49.42 | 52.59 | 47.08 | - |
| YUV | 191.33 | 117.66 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 192 | 173 | 0 | 0.03 | 0.12 | 0.23 | 47.5 | 0.17 | 0.73 |
| Hex | C5 | C0 | AD | 0 | 3 | C | 17 | 30 | 11 | 49 |
| Octal | 305 | 300 | 255 | 0 | 3 | 14 | 27 | 60 | 21 | 111 |
| Binary | 11000101 | 11000000 | 10101101 | 0 | 11 | 1100 | 10111 | 110000 | 10001 | 1001001 |
Color Harmonies of #C5C0AD
Complementary color
Monochromatic Colors of #C5C0AD
Black with #C5C0AD
Text Example
Text Example
White with #C5C0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C0AD; }
p { color: rgb(197,192,173); }
H1.HeaderClassName
{
color: #C5C0AD;
}
.AnyTagClassName
{
color: #C5C0AD;
}
</style>
background-color css
<style>
a { background-color: #C5C0AD; }
a { background-color: rgb(197,192,173); }
div.DivClassName
{
background-color: #C5C0AD;
}
.BgClassName
{
background-color: #C5C0AD;
}
</style>
border-color css
<style>
span { border-color: #C5C0AD; }
span { border-color: rgb(197,192,173); }
td.TdClassName
{
border-color: #C5C0AD;
}
.TagClassName
{
border-color: #C5C0AD;
}
</style>