Shades of Grey Nickel #C5BFAB
Tints of Grey Nickel #C5BFAB
RGB
CMYK
RGB Variations
Color information
#C5BFAB (or 0xC5BFAB) is known color: Grey Nickel. HEX triplet: C5, BF and AB. RGB value is (197,191,171). Sum of RGB (Red+Green+Blue) = 197+191+171=559 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.24% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 171 (67.19% from 255 or 30.59% from 559); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BFAB is #3A4054. Grayscale: #BEBEBE. Windows color (decimal): -3817557 or 11255749. OLE color: 11255749.
HSL color Cylindrical-coordinate representation of color #C5BFAB: hue angle of 46.15º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5BFAB is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 191 | 171 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.23 |
| HSL | 46.15º | 0.18% | 0.72% | - |
| HSV(B) | 46.15º | 0.13% | 0.77% | - |
| XYZ | 49.01 | 52.07 | 46 | - |
| YUV | 190.51 | 116.99 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 171 | 0 | 0.03 | 0.13 | 0.23 | 46.15 | 0.18 | 0.72 |
| Hex | C5 | BF | AB | 0 | 3 | D | 17 | 2E | 12 | 48 |
| Octal | 305 | 277 | 253 | 0 | 3 | 15 | 27 | 56 | 22 | 110 |
| Binary | 11000101 | 10111111 | 10101011 | 0 | 11 | 1101 | 10111 | 101110 | 10010 | 1001000 |
Color Harmonies of #C5BFAB
Complementary color
Monochromatic Colors of #C5BFAB
Black with #C5BFAB
Text Example
Text Example
White with #C5BFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BFAB; }
p { color: rgb(197,191,171); }
H1.HeaderClassName
{
color: #C5BFAB;
}
.AnyTagClassName
{
color: #C5BFAB;
}
</style>
background-color css
<style>
a { background-color: #C5BFAB; }
a { background-color: rgb(197,191,171); }
div.DivClassName
{
background-color: #C5BFAB;
}
.BgClassName
{
background-color: #C5BFAB;
}
</style>
border-color css
<style>
span { border-color: #C5BFAB; }
span { border-color: rgb(197,191,171); }
td.TdClassName
{
border-color: #C5BFAB;
}
.TagClassName
{
border-color: #C5BFAB;
}
</style>