Shades of Grey Nickel #C4BFAF
Tints of Grey Nickel #C4BFAF
RGB
CMYK
RGB Variations
Color information
#C4BFAF (or 0xC4BFAF) is known color: Grey Nickel. HEX triplet: C4, BF and AF. RGB value is (196,191,175). Sum of RGB (Red+Green+Blue) = 196+191+175=562 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.88% from 562); Green value is 191 (75% from 255 or 33.99% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BFAF is #3B4050. Grayscale: #BEBEBE. Windows color (decimal): -3883089 or 11517892. OLE color: 11517892.
HSL color Cylindrical-coordinate representation of color #C4BFAF: hue angle of 45.71º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4BFAF is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 191 | 175 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.23 |
| HSL | 45.71º | 0.15% | 0.73% | - |
| HSV(B) | 45.71º | 0.11% | 0.77% | - |
| XYZ | 49.13 | 52.09 | 48.02 | - |
| YUV | 190.67 | 119.16 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 191 | 175 | 0 | 0.03 | 0.11 | 0.23 | 45.71 | 0.15 | 0.73 |
| Hex | C4 | BF | AF | 0 | 3 | B | 17 | 2E | F | 49 |
| Octal | 304 | 277 | 257 | 0 | 3 | 13 | 27 | 56 | 17 | 111 |
| Binary | 11000100 | 10111111 | 10101111 | 0 | 11 | 1011 | 10111 | 101110 | 1111 | 1001001 |
Color Harmonies of #C4BFAF
Complementary color
Monochromatic Colors of #C4BFAF
Black with #C4BFAF
Text Example
Text Example
White with #C4BFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BFAF; }
p { color: rgb(196,191,175); }
H1.HeaderClassName
{
color: #C4BFAF;
}
.AnyTagClassName
{
color: #C4BFAF;
}
</style>
background-color css
<style>
a { background-color: #C4BFAF; }
a { background-color: rgb(196,191,175); }
div.DivClassName
{
background-color: #C4BFAF;
}
.BgClassName
{
background-color: #C4BFAF;
}
</style>
border-color css
<style>
span { border-color: #C4BFAF; }
span { border-color: rgb(196,191,175); }
td.TdClassName
{
border-color: #C4BFAF;
}
.TagClassName
{
border-color: #C4BFAF;
}
</style>