Shades of Moon Mist #C9C8BC
Tints of Moon Mist #C9C8BC
RGB
CMYK
RGB Variations
Color information
#C9C8BC (or 0xC9C8BC) is known color: Moon Mist. HEX triplet: C9, C8 and BC. RGB value is (201,200,188). Sum of RGB (Red+Green+Blue) = 201+200+188=589 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.13% from 589); Green value is 200 (78.52% from 255 or 33.96% from 589); Blue value is 188 (73.83% from 255 or 31.92% from 589); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C8BC is #363743. Grayscale: #C6C6C6. Windows color (decimal): -3553092 or 12372169. OLE color: 12372169.
HSL color Cylindrical-coordinate representation of color #C9C8BC: hue angle of 55.38º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C9C8BC is Cyan = 0, Magento = 0.00, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 200 | 188 | - |
| CMYK | 0 | 0.00 | 0.06 | 0.21 |
| HSL | 55.38º | 0.11% | 0.76% | - |
| HSV(B) | 55.38º | 0.06% | 0.79% | - |
| XYZ | 53.82 | 57.36 | 55.81 | - |
| YUV | 198.93 | 121.83 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 200 | 188 | 0 | 0.00 | 0.06 | 0.21 | 55.38 | 0.11 | 0.76 |
| Hex | C9 | C8 | BC | 0 | 0 | 6 | 15 | 37 | B | 4C |
| Octal | 311 | 310 | 274 | 0 | 0 | 6 | 25 | 67 | 13 | 114 |
| Binary | 11001001 | 11001000 | 10111100 | 0 | 0 | 110 | 10101 | 110111 | 1011 | 1001100 |
Color Harmonies of #C9C8BC
Complementary color
Monochromatic Colors of #C9C8BC
Black with #C9C8BC
Text Example
Text Example
White with #C9C8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C8BC; }
p { color: rgb(201,200,188); }
H1.HeaderClassName
{
color: #C9C8BC;
}
.AnyTagClassName
{
color: #C9C8BC;
}
</style>
background-color css
<style>
a { background-color: #C9C8BC; }
a { background-color: rgb(201,200,188); }
div.DivClassName
{
background-color: #C9C8BC;
}
.BgClassName
{
background-color: #C9C8BC;
}
</style>
border-color css
<style>
span { border-color: #C9C8BC; }
span { border-color: rgb(201,200,188); }
td.TdClassName
{
border-color: #C9C8BC;
}
.TagClassName
{
border-color: #C9C8BC;
}
</style>