Shades of Mist Grey #C1BFA1
Tints of Mist Grey #C1BFA1
RGB
CMYK
RGB Variations
Color information
#C1BFA1 (or 0xC1BFA1) is known color: Mist Grey. HEX triplet: C1, BF and A1. RGB value is (193,191,161). Sum of RGB (Red+Green+Blue) = 193+191+161=545 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.41% from 545); Green value is 191 (75% from 255 or 35.05% from 545); Blue value is 161 (63.28% from 255 or 29.54% from 545); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BFA1 is #3E405E. Grayscale: #BCBCBC. Windows color (decimal): -4079711 or 10600385. OLE color: 10600385.
HSL color Cylindrical-coordinate representation of color #C1BFA1: hue angle of 56.25º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C1BFA1 is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 191 | 161 | - |
| CMYK | 0 | 0.01 | 0.17 | 0.24 |
| HSL | 56.25º | 0.21% | 0.69% | - |
| HSV(B) | 56.25º | 0.17% | 0.76% | - |
| XYZ | 47.06 | 51.17 | 41.12 | - |
| YUV | 188.18 | 112.66 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 191 | 161 | 0 | 0.01 | 0.17 | 0.24 | 56.25 | 0.21 | 0.69 |
| Hex | C1 | BF | A1 | 0 | 1 | 11 | 18 | 38 | 15 | 45 |
| Octal | 301 | 277 | 241 | 0 | 1 | 21 | 30 | 70 | 25 | 105 |
| Binary | 11000001 | 10111111 | 10100001 | 0 | 1 | 10001 | 11000 | 111000 | 10101 | 1000101 |
Color Harmonies of #C1BFA1
Complementary color
Monochromatic Colors of #C1BFA1
Black with #C1BFA1
Text Example
Text Example
White with #C1BFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BFA1; }
p { color: rgb(193,191,161); }
H1.HeaderClassName
{
color: #C1BFA1;
}
.AnyTagClassName
{
color: #C1BFA1;
}
</style>
background-color css
<style>
a { background-color: #C1BFA1; }
a { background-color: rgb(193,191,161); }
div.DivClassName
{
background-color: #C1BFA1;
}
.BgClassName
{
background-color: #C1BFA1;
}
</style>
border-color css
<style>
span { border-color: #C1BFA1; }
span { border-color: rgb(193,191,161); }
td.TdClassName
{
border-color: #C1BFA1;
}
.TagClassName
{
border-color: #C1BFA1;
}
</style>