Shades of Grey Nickel #C2BEAE
Tints of Grey Nickel #C2BEAE
RGB
CMYK
RGB Variations
Color information
#C2BEAE (or 0xC2BEAE) is known color: Grey Nickel. HEX triplet: C2, BE and AE. RGB value is (194,190,174). Sum of RGB (Red+Green+Blue) = 194+190+174=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 190 (74.61% from 255 or 34.05% from 558); Blue value is 174 (68.36% from 255 or 31.18% from 558); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BEAE is #3D4151. Grayscale: #BDBDBD. Windows color (decimal): -4014418 or 11452098. OLE color: 11452098.
HSL color Cylindrical-coordinate representation of color #C2BEAE: hue angle of 48º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2BEAE is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 190 | 174 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.24 |
| HSL | 48º | 0.14% | 0.72% | - |
| HSV(B) | 48º | 0.1% | 0.76% | - |
| XYZ | 48.3 | 51.35 | 47.41 | - |
| YUV | 189.37 | 119.33 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 174 | 0 | 0.02 | 0.10 | 0.24 | 48 | 0.14 | 0.72 |
| Hex | C2 | BE | AE | 0 | 2 | A | 18 | 30 | E | 48 |
| Octal | 302 | 276 | 256 | 0 | 2 | 12 | 30 | 60 | 16 | 110 |
| Binary | 11000010 | 10111110 | 10101110 | 0 | 10 | 1010 | 11000 | 110000 | 1110 | 1001000 |
Color Harmonies of #C2BEAE
Complementary color
Monochromatic Colors of #C2BEAE
Black with #C2BEAE
Text Example
Text Example
White with #C2BEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BEAE; }
p { color: rgb(194,190,174); }
H1.HeaderClassName
{
color: #C2BEAE;
}
.AnyTagClassName
{
color: #C2BEAE;
}
</style>
background-color css
<style>
a { background-color: #C2BEAE; }
a { background-color: rgb(194,190,174); }
div.DivClassName
{
background-color: #C2BEAE;
}
.BgClassName
{
background-color: #C2BEAE;
}
</style>
border-color css
<style>
span { border-color: #C2BEAE; }
span { border-color: rgb(194,190,174); }
td.TdClassName
{
border-color: #C2BEAE;
}
.TagClassName
{
border-color: #C2BEAE;
}
</style>