Shades of Moon Mist #C8C9B0
Tints of Moon Mist #C8C9B0
RGB
CMYK
RGB Variations
Color information
#C8C9B0 (or 0xC8C9B0) is known color: Moon Mist. HEX triplet: C8, C9 and B0. RGB value is (200,201,176). Sum of RGB (Red+Green+Blue) = 200+201+176=577 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.66% from 577); Green value is 201 (78.91% from 255 or 34.84% from 577); Blue value is 176 (69.14% from 255 or 30.50% from 577); Max value from RGB is 201 - color contains mainly: green. Hex color #C8C9B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C9B0 is #37364F. Grayscale: #C5C5C5. Windows color (decimal): -3618384 or 11585992. OLE color: 11585992.
HSL color Cylindrical-coordinate representation of color #C8C9B0: hue angle of 62.4º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8C9B0 is Cyan = 0.00, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 201 | 176 | - |
| CMYK | 0.00 | 0 | 0.12 | 0.21 |
| HSL | 62.4º | 0.19% | 0.74% | - |
| HSV(B) | 62.4º | 0.12% | 0.79% | - |
| XYZ | 52.54 | 57.19 | 49.34 | - |
| YUV | 197.85 | 115.67 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 201 | 176 | 0.00 | 0 | 0.12 | 0.21 | 62.4 | 0.19 | 0.74 |
| Hex | C8 | C9 | B0 | 0 | 0 | C | 15 | 3E | 13 | 4A |
| Octal | 310 | 311 | 260 | 0 | 0 | 14 | 25 | 76 | 23 | 112 |
| Binary | 11001000 | 11001001 | 10110000 | 0 | 0 | 1100 | 10101 | 111110 | 10011 | 1001010 |
Color Harmonies of #C8C9B0
Complementary color
Monochromatic Colors of #C8C9B0
Black with #C8C9B0
Text Example
Text Example
White with #C8C9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C9B0; }
p { color: rgb(200,201,176); }
H1.HeaderClassName
{
color: #C8C9B0;
}
.AnyTagClassName
{
color: #C8C9B0;
}
</style>
background-color css
<style>
a { background-color: #C8C9B0; }
a { background-color: rgb(200,201,176); }
div.DivClassName
{
background-color: #C8C9B0;
}
.BgClassName
{
background-color: #C8C9B0;
}
</style>
border-color css
<style>
span { border-color: #C8C9B0; }
span { border-color: rgb(200,201,176); }
td.TdClassName
{
border-color: #C8C9B0;
}
.TagClassName
{
border-color: #C8C9B0;
}
</style>