Shades of Grey Nickel #C2BEAD
Tints of Grey Nickel #C2BEAD
RGB
CMYK
RGB Variations
Color information
#C2BEAD (or 0xC2BEAD) is known color: Grey Nickel. HEX triplet: C2, BE and AD. RGB value is (194,190,173). Sum of RGB (Red+Green+Blue) = 194+190+173=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BEAD is #3D4152. Grayscale: #BDBDBD. Windows color (decimal): -4014419 or 11386562. OLE color: 11386562.
HSL color Cylindrical-coordinate representation of color #C2BEAD: hue angle of 48.57º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2BEAD is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 190 | 173 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.24 |
| HSL | 48.57º | 0.15% | 0.72% | - |
| HSV(B) | 48.57º | 0.11% | 0.76% | - |
| XYZ | 48.2 | 51.31 | 46.9 | - |
| YUV | 189.26 | 118.83 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 173 | 0 | 0.02 | 0.11 | 0.24 | 48.57 | 0.15 | 0.72 |
| Hex | C2 | BE | AD | 0 | 2 | B | 18 | 31 | F | 48 |
| Octal | 302 | 276 | 255 | 0 | 2 | 13 | 30 | 61 | 17 | 110 |
| Binary | 11000010 | 10111110 | 10101101 | 0 | 10 | 1011 | 11000 | 110001 | 1111 | 1001000 |
Color Harmonies of #C2BEAD
Complementary color
Monochromatic Colors of #C2BEAD
Black with #C2BEAD
Text Example
Text Example
White with #C2BEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BEAD; }
p { color: rgb(194,190,173); }
H1.HeaderClassName
{
color: #C2BEAD;
}
.AnyTagClassName
{
color: #C2BEAD;
}
</style>
background-color css
<style>
a { background-color: #C2BEAD; }
a { background-color: rgb(194,190,173); }
div.DivClassName
{
background-color: #C2BEAD;
}
.BgClassName
{
background-color: #C2BEAD;
}
</style>
border-color css
<style>
span { border-color: #C2BEAD; }
span { border-color: rgb(194,190,173); }
td.TdClassName
{
border-color: #C2BEAD;
}
.TagClassName
{
border-color: #C2BEAD;
}
</style>