Shades of Moon Mist #C8C8B3
Tints of Moon Mist #C8C8B3
RGB
CMYK
RGB Variations
Color information
#C8C8B3 (or 0xC8C8B3) is known color: Moon Mist. HEX triplet: C8, C8 and B3. RGB value is (200,200,179). Sum of RGB (Red+Green+Blue) = 200+200+179=579 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.54% from 579); Green value is 200 (78.52% from 255 or 34.54% from 579); Blue value is 179 (70.31% from 255 or 30.92% from 579); Max value from RGB is 200 - color contains mainly: red, green. Hex color #C8C8B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C8B3 is #37374C. Grayscale: #C5C5C5. Windows color (decimal): -3618637 or 11782344. OLE color: 11782344.
HSL color Cylindrical-coordinate representation of color #C8C8B3: hue angle of 60º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C8C8B3 is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 200 | 179 | - |
| CMYK | 0 | 0 | 0.10 | 0.22 |
| HSL | 60º | 0.16% | 0.74% | - |
| HSV(B) | 60º | 0.11% | 0.78% | - |
| XYZ | 52.61 | 56.84 | 50.85 | - |
| YUV | 197.61 | 117.5 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 200 | 179 | 0 | 0 | 0.10 | 0.22 | 60 | 0.16 | 0.74 |
| Hex | C8 | C8 | B3 | 0 | 0 | A | 16 | 3C | 10 | 4A |
| Octal | 310 | 310 | 263 | 0 | 0 | 12 | 26 | 74 | 20 | 112 |
| Binary | 11001000 | 11001000 | 10110011 | 0 | 0 | 1010 | 10110 | 111100 | 10000 | 1001010 |
Color Harmonies of #C8C8B3
Complementary color
Monochromatic Colors of #C8C8B3
Black with #C8C8B3
Text Example
Text Example
White with #C8C8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C8B3; }
p { color: rgb(200,200,179); }
H1.HeaderClassName
{
color: #C8C8B3;
}
.AnyTagClassName
{
color: #C8C8B3;
}
</style>
background-color css
<style>
a { background-color: #C8C8B3; }
a { background-color: rgb(200,200,179); }
div.DivClassName
{
background-color: #C8C8B3;
}
.BgClassName
{
background-color: #C8C8B3;
}
</style>
border-color css
<style>
span { border-color: #C8C8B3; }
span { border-color: rgb(200,200,179); }
td.TdClassName
{
border-color: #C8C8B3;
}
.TagClassName
{
border-color: #C8C8B3;
}
</style>