Shades of Grey Nickel #C1BEAF
Tints of Grey Nickel #C1BEAF
RGB
CMYK
RGB Variations
Color information
#C1BEAF (or 0xC1BEAF) is known color: Grey Nickel. HEX triplet: C1, BE and AF. RGB value is (193,190,175). Sum of RGB (Red+Green+Blue) = 193+190+175=558 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.59% from 558); Green value is 190 (74.61% from 255 or 34.05% from 558); Blue value is 175 (68.75% from 255 or 31.36% from 558); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BEAF is #3E4150. Grayscale: #BDBDBD. Windows color (decimal): -4079953 or 11517633. OLE color: 11517633.
HSL color Cylindrical-coordinate representation of color #C1BEAF: hue angle of 50º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C1BEAF is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 190 | 175 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.24 |
| HSL | 50º | 0.13% | 0.72% | - |
| HSV(B) | 50º | 0.09% | 0.76% | - |
| XYZ | 48.14 | 51.26 | 47.91 | - |
| YUV | 189.19 | 119.99 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 190 | 175 | 0 | 0.02 | 0.09 | 0.24 | 50 | 0.13 | 0.72 |
| Hex | C1 | BE | AF | 0 | 2 | 9 | 18 | 32 | D | 48 |
| Octal | 301 | 276 | 257 | 0 | 2 | 11 | 30 | 62 | 15 | 110 |
| Binary | 11000001 | 10111110 | 10101111 | 0 | 10 | 1001 | 11000 | 110010 | 1101 | 1001000 |
Color Harmonies of #C1BEAF
Complementary color
Monochromatic Colors of #C1BEAF
Black with #C1BEAF
Text Example
Text Example
White with #C1BEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BEAF; }
p { color: rgb(193,190,175); }
H1.HeaderClassName
{
color: #C1BEAF;
}
.AnyTagClassName
{
color: #C1BEAF;
}
</style>
background-color css
<style>
a { background-color: #C1BEAF; }
a { background-color: rgb(193,190,175); }
div.DivClassName
{
background-color: #C1BEAF;
}
.BgClassName
{
background-color: #C1BEAF;
}
</style>
border-color css
<style>
span { border-color: #C1BEAF; }
span { border-color: rgb(193,190,175); }
td.TdClassName
{
border-color: #C1BEAF;
}
.TagClassName
{
border-color: #C1BEAF;
}
</style>