Shades of Mist Grey #C0BEA0
Tints of Mist Grey #C0BEA0
RGB
CMYK
RGB Variations
Color information
#C0BEA0 (or 0xC0BEA0) is known color: Mist Grey. HEX triplet: C0, BE and A0. RGB value is (192,190,160). Sum of RGB (Red+Green+Blue) = 192+190+160=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 190 (74.61% from 255 or 35.06% from 542); Blue value is 160 (62.89% from 255 or 29.52% from 542); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BEA0 is #3F415F. Grayscale: #BBBBBB. Windows color (decimal): -4145504 or 10534592. OLE color: 10534592.
HSL color Cylindrical-coordinate representation of color #C0BEA0: hue angle of 56.25º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0BEA0 is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 190 | 160 | - |
CMYK | 0 | 0.01 | 0.17 | 0.25 |
HSL | 56.25º | 0.2% | 0.69% | - |
HSV(B) | 56.25º | 0.17% | 0.75% | - |
XYZ | 46.5 | 50.57 | 40.57 | - |
YUV | 187.18 | 112.66 | 131.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 190 | 160 | 0 | 0.01 | 0.17 | 0.25 | 56.25 | 0.2 | 0.69 |
Hex | C0 | BE | A0 | 0 | 1 | 11 | 19 | 38 | 14 | 45 |
Octal | 300 | 276 | 240 | 0 | 1 | 21 | 31 | 70 | 24 | 105 |
Binary | 11000000 | 10111110 | 10100000 | 0 | 1 | 10001 | 11001 | 111000 | 10100 | 1000101 |
Color Harmonies of #C0BEA0
Complementary color
Monochromatic Colors of #C0BEA0
Black with #C0BEA0
Text Example
Text Example
White with #C0BEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BEA0; }
p { color: rgb(192,190,160); }
H1.HeaderClassName
{
color: #C0BEA0;
}
.AnyTagClassName
{
color: #C0BEA0;
}
</style>
background-color css
<style>
a { background-color: #C0BEA0; }
a { background-color: rgb(192,190,160); }
div.DivClassName
{
background-color: #C0BEA0;
}
.BgClassName
{
background-color: #C0BEA0;
}
</style>
border-color css
<style>
span { border-color: #C0BEA0; }
span { border-color: rgb(192,190,160); }
td.TdClassName
{
border-color: #C0BEA0;
}
.TagClassName
{
border-color: #C0BEA0;
}
</style>