Shades of Moon Mist #C8C8BA
Tints of Moon Mist #C8C8BA
RGB
CMYK
RGB Variations
Color information
#C8C8BA (or 0xC8C8BA) is known color: Moon Mist. HEX triplet: C8, C8 and BA. RGB value is (200,200,186). Sum of RGB (Red+Green+Blue) = 200+200+186=586 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.13% from 586); Green value is 200 (78.52% from 255 or 34.13% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 200 - color contains mainly: red, green. Hex color #C8C8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C8BA is #373745. Grayscale: #C6C6C6. Windows color (decimal): -3618630 or 12241096. OLE color: 12241096.
HSL color Cylindrical-coordinate representation of color #C8C8BA: hue angle of 60º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C8C8BA is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 200 | 186 | - |
CMYK | 0 | 0 | 0.07 | 0.22 |
HSL | 60º | 0.11% | 0.76% | - |
HSV(B) | 60º | 0.07% | 0.78% | - |
XYZ | 53.34 | 57.13 | 54.67 | - |
YUV | 198.4 | 121 | 129.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 200 | 186 | 0 | 0 | 0.07 | 0.22 | 60 | 0.11 | 0.76 |
Hex | C8 | C8 | BA | 0 | 0 | 7 | 16 | 3C | B | 4C |
Octal | 310 | 310 | 272 | 0 | 0 | 7 | 26 | 74 | 13 | 114 |
Binary | 11001000 | 11001000 | 10111010 | 0 | 0 | 111 | 10110 | 111100 | 1011 | 1001100 |
Color Harmonies of #C8C8BA
Complementary color
Monochromatic Colors of #C8C8BA
Black with #C8C8BA
Text Example
Text Example
White with #C8C8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C8BA; }
p { color: rgb(200,200,186); }
H1.HeaderClassName
{
color: #C8C8BA;
}
.AnyTagClassName
{
color: #C8C8BA;
}
</style>
background-color css
<style>
a { background-color: #C8C8BA; }
a { background-color: rgb(200,200,186); }
div.DivClassName
{
background-color: #C8C8BA;
}
.BgClassName
{
background-color: #C8C8BA;
}
</style>
border-color css
<style>
span { border-color: #C8C8BA; }
span { border-color: rgb(200,200,186); }
td.TdClassName
{
border-color: #C8C8BA;
}
.TagClassName
{
border-color: #C8C8BA;
}
</style>