Shades of Moon Mist #C9C8BA
Tints of Moon Mist #C9C8BA
RGB
CMYK
RGB Variations
Color information
#C9C8BA (or 0xC9C8BA) is known color: Moon Mist. HEX triplet: C9, C8 and BA. RGB value is (201,200,186). Sum of RGB (Red+Green+Blue) = 201+200+186=587 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.24% from 587); Green value is 200 (78.52% from 255 or 34.07% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C8BA is #363745. Grayscale: #C6C6C6. Windows color (decimal): -3553094 or 12241097. OLE color: 12241097.
HSL color Cylindrical-coordinate representation of color #C9C8BA: hue angle of 56º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C9C8BA is Cyan = 0, Magento = 0.00, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 200 | 186 | - |
CMYK | 0 | 0.00 | 0.07 | 0.21 |
HSL | 56º | 0.12% | 0.76% | - |
HSV(B) | 56º | 0.07% | 0.79% | - |
XYZ | 53.6 | 57.27 | 54.68 | - |
YUV | 198.7 | 120.83 | 129.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 200 | 186 | 0 | 0.00 | 0.07 | 0.21 | 56 | 0.12 | 0.76 |
Hex | C9 | C8 | BA | 0 | 0 | 7 | 15 | 38 | C | 4C |
Octal | 311 | 310 | 272 | 0 | 0 | 7 | 25 | 70 | 14 | 114 |
Binary | 11001001 | 11001000 | 10111010 | 0 | 0 | 111 | 10101 | 111000 | 1100 | 1001100 |
Color Harmonies of #C9C8BA
Complementary color
Monochromatic Colors of #C9C8BA
Black with #C9C8BA
Text Example
Text Example
White with #C9C8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C8BA; }
p { color: rgb(201,200,186); }
H1.HeaderClassName
{
color: #C9C8BA;
}
.AnyTagClassName
{
color: #C9C8BA;
}
</style>
background-color css
<style>
a { background-color: #C9C8BA; }
a { background-color: rgb(201,200,186); }
div.DivClassName
{
background-color: #C9C8BA;
}
.BgClassName
{
background-color: #C9C8BA;
}
</style>
border-color css
<style>
span { border-color: #C9C8BA; }
span { border-color: rgb(201,200,186); }
td.TdClassName
{
border-color: #C9C8BA;
}
.TagClassName
{
border-color: #C9C8BA;
}
</style>