Shades of Grey Nickel #C4BFAD
Tints of Grey Nickel #C4BFAD
RGB
CMYK
RGB Variations
Color information
#C4BFAD (or 0xC4BFAD) is known color: Grey Nickel. HEX triplet: C4, BF and AD. RGB value is (196,191,173). Sum of RGB (Red+Green+Blue) = 196+191+173=560 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35% from 560); Green value is 191 (75% from 255 or 34.11% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BFAD is #3B4052. Grayscale: #BEBEBE. Windows color (decimal): -3883091 or 11386820. OLE color: 11386820.
HSL color Cylindrical-coordinate representation of color #C4BFAD: hue angle of 46.96º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4BFAD is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 191 | 173 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.23 |
| HSL | 46.96º | 0.16% | 0.72% | - |
| HSV(B) | 46.96º | 0.12% | 0.77% | - |
| XYZ | 48.94 | 52.01 | 47 | - |
| YUV | 190.44 | 118.16 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 191 | 173 | 0 | 0.03 | 0.12 | 0.23 | 46.96 | 0.16 | 0.72 |
| Hex | C4 | BF | AD | 0 | 3 | C | 17 | 2F | 10 | 48 |
| Octal | 304 | 277 | 255 | 0 | 3 | 14 | 27 | 57 | 20 | 110 |
| Binary | 11000100 | 10111111 | 10101101 | 0 | 11 | 1100 | 10111 | 101111 | 10000 | 1001000 |
Color Harmonies of #C4BFAD
Complementary color
Monochromatic Colors of #C4BFAD
Black with #C4BFAD
Text Example
Text Example
White with #C4BFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BFAD; }
p { color: rgb(196,191,173); }
H1.HeaderClassName
{
color: #C4BFAD;
}
.AnyTagClassName
{
color: #C4BFAD;
}
</style>
background-color css
<style>
a { background-color: #C4BFAD; }
a { background-color: rgb(196,191,173); }
div.DivClassName
{
background-color: #C4BFAD;
}
.BgClassName
{
background-color: #C4BFAD;
}
</style>
border-color css
<style>
span { border-color: #C4BFAD; }
span { border-color: rgb(196,191,173); }
td.TdClassName
{
border-color: #C4BFAD;
}
.TagClassName
{
border-color: #C4BFAD;
}
</style>