Shades of Moon Mist #C7C8B4
Tints of Moon Mist #C7C8B4
RGB
CMYK
RGB Variations
Color information
#C7C8B4 (or 0xC7C8B4) is known color: Moon Mist. HEX triplet: C7, C8 and B4. RGB value is (199,200,180). Sum of RGB (Red+Green+Blue) = 199+200+180=579 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.37% from 579); Green value is 200 (78.52% from 255 or 34.54% from 579); Blue value is 180 (70.70% from 255 or 31.09% from 579); Max value from RGB is 200 - color contains mainly: green. Hex color #C7C8B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C8B4 is #38374B. Grayscale: #C5C5C5. Windows color (decimal): -3684172 or 11847879. OLE color: 11847879.
HSL color Cylindrical-coordinate representation of color #C7C8B4: hue angle of 63º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7C8B4 is Cyan = 0.00, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 200 | 180 | - |
| CMYK | 0.00 | 0 | 0.1 | 0.22 |
| HSL | 63º | 0.15% | 0.75% | - |
| HSV(B) | 63º | 0.1% | 0.78% | - |
| XYZ | 52.45 | 56.75 | 51.37 | - |
| YUV | 197.42 | 118.17 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 200 | 180 | 0.00 | 0 | 0.1 | 0.22 | 63 | 0.15 | 0.75 |
| Hex | C7 | C8 | B4 | 0 | 0 | A | 16 | 3F | F | 4B |
| Octal | 307 | 310 | 264 | 0 | 0 | 12 | 26 | 77 | 17 | 113 |
| Binary | 11000111 | 11001000 | 10110100 | 0 | 0 | 1010 | 10110 | 111111 | 1111 | 1001011 |
Color Harmonies of #C7C8B4
Complementary color
Monochromatic Colors of #C7C8B4
Black with #C7C8B4
Text Example
Text Example
White with #C7C8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C8B4; }
p { color: rgb(199,200,180); }
H1.HeaderClassName
{
color: #C7C8B4;
}
.AnyTagClassName
{
color: #C7C8B4;
}
</style>
background-color css
<style>
a { background-color: #C7C8B4; }
a { background-color: rgb(199,200,180); }
div.DivClassName
{
background-color: #C7C8B4;
}
.BgClassName
{
background-color: #C7C8B4;
}
</style>
border-color css
<style>
span { border-color: #C7C8B4; }
span { border-color: rgb(199,200,180); }
td.TdClassName
{
border-color: #C7C8B4;
}
.TagClassName
{
border-color: #C7C8B4;
}
</style>