Shades of Mist Grey #C0BEA3
Tints of Mist Grey #C0BEA3
RGB
CMYK
RGB Variations
Color information
#C0BEA3 (or 0xC0BEA3) is known color: Mist Grey. HEX triplet: C0, BE and A3. RGB value is (192,190,163). Sum of RGB (Red+Green+Blue) = 192+190+163=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 163 (64.06% from 255 or 29.91% from 545); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BEA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BEA3 is #3F415C. Grayscale: #BBBBBB. Windows color (decimal): -4145501 or 10731200. OLE color: 10731200.
HSL color Cylindrical-coordinate representation of color #C0BEA3: hue angle of 55.86º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0BEA3 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 190 | 163 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.25 |
| HSL | 55.86º | 0.19% | 0.7% | - |
| HSV(B) | 55.86º | 0.15% | 0.75% | - |
| XYZ | 46.76 | 50.68 | 41.97 | - |
| YUV | 187.52 | 114.16 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 163 | 0 | 0.01 | 0.15 | 0.25 | 55.86 | 0.19 | 0.7 |
| Hex | C0 | BE | A3 | 0 | 1 | F | 19 | 38 | 13 | 46 |
| Octal | 300 | 276 | 243 | 0 | 1 | 17 | 31 | 70 | 23 | 106 |
| Binary | 11000000 | 10111110 | 10100011 | 0 | 1 | 1111 | 11001 | 111000 | 10011 | 1000110 |
Color Harmonies of #C0BEA3
Complementary color
Monochromatic Colors of #C0BEA3
Black with #C0BEA3
Text Example
Text Example
White with #C0BEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BEA3; }
p { color: rgb(192,190,163); }
H1.HeaderClassName
{
color: #C0BEA3;
}
.AnyTagClassName
{
color: #C0BEA3;
}
</style>
background-color css
<style>
a { background-color: #C0BEA3; }
a { background-color: rgb(192,190,163); }
div.DivClassName
{
background-color: #C0BEA3;
}
.BgClassName
{
background-color: #C0BEA3;
}
</style>
border-color css
<style>
span { border-color: #C0BEA3; }
span { border-color: rgb(192,190,163); }
td.TdClassName
{
border-color: #C0BEA3;
}
.TagClassName
{
border-color: #C0BEA3;
}
</style>