Shades of Moon Mist #C9C9BF
Tints of Moon Mist #C9C9BF
RGB
CMYK
RGB Variations
Color information
#C9C9BF (or 0xC9C9BF) is known color: Moon Mist. HEX triplet: C9, C9 and BF. RGB value is (201,201,191). Sum of RGB (Red+Green+Blue) = 201+201+191=593 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.90% from 593); Green value is 201 (78.91% from 255 or 33.90% from 593); Blue value is 191 (75% from 255 or 32.21% from 593); Max value from RGB is 201 - color contains mainly: red, green. Hex color #C9C9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C9BF is #363640. Grayscale: #C7C7C7. Windows color (decimal): -3552833 or 12569033. OLE color: 12569033.
HSL color Cylindrical-coordinate representation of color #C9C9BF: hue angle of 60º degrees, saturation: 0.08, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C9C9BF is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 201 | 191 | - |
| CMYK | 0 | 0 | 0.05 | 0.21 |
| HSL | 60º | 0.08% | 0.77% | - |
| HSV(B) | 60º | 0.05% | 0.79% | - |
| XYZ | 54.38 | 57.95 | 57.61 | - |
| YUV | 199.86 | 123 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 201 | 191 | 0 | 0 | 0.05 | 0.21 | 60 | 0.08 | 0.77 |
| Hex | C9 | C9 | BF | 0 | 0 | 5 | 15 | 3C | 8 | 4D |
| Octal | 311 | 311 | 277 | 0 | 0 | 5 | 25 | 74 | 10 | 115 |
| Binary | 11001001 | 11001001 | 10111111 | 0 | 0 | 101 | 10101 | 111100 | 1000 | 1001101 |
Color Harmonies of #C9C9BF
Complementary color
Monochromatic Colors of #C9C9BF
Black with #C9C9BF
Text Example
Text Example
White with #C9C9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C9BF; }
p { color: rgb(201,201,191); }
H1.HeaderClassName
{
color: #C9C9BF;
}
.AnyTagClassName
{
color: #C9C9BF;
}
</style>
background-color css
<style>
a { background-color: #C9C9BF; }
a { background-color: rgb(201,201,191); }
div.DivClassName
{
background-color: #C9C9BF;
}
.BgClassName
{
background-color: #C9C9BF;
}
</style>
border-color css
<style>
span { border-color: #C9C9BF; }
span { border-color: rgb(201,201,191); }
td.TdClassName
{
border-color: #C9C9BF;
}
.TagClassName
{
border-color: #C9C9BF;
}
</style>