Shades of Moon Mist #C4C4BD
Tints of Moon Mist #C4C4BD
RGB
CMYK
RGB Variations
Color information
#C4C4BD (or 0xC4C4BD) is known color: Moon Mist. HEX triplet: C4, C4 and BD. RGB value is (196,196,189). Sum of RGB (Red+Green+Blue) = 196+196+189=581 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.73% from 581); Green value is 196 (76.95% from 255 or 33.73% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 196 - color contains mainly: red, green. Hex color #C4C4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C4BD is #3B3B42. Grayscale: #C3C3C3. Windows color (decimal): -3881795 or 12436676. OLE color: 12436676.
HSL color Cylindrical-coordinate representation of color #C4C4BD: hue angle of 60º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C4C4BD is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 196 | 189 | - |
| CMYK | 0 | 0 | 0.04 | 0.23 |
| HSL | 60º | 0.06% | 0.75% | - |
| HSV(B) | 60º | 0.04% | 0.77% | - |
| XYZ | 51.69 | 54.89 | 56.01 | - |
| YUV | 195.2 | 124.5 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 196 | 189 | 0 | 0 | 0.04 | 0.23 | 60 | 0.06 | 0.75 |
| Hex | C4 | C4 | BD | 0 | 0 | 4 | 17 | 3C | 6 | 4B |
| Octal | 304 | 304 | 275 | 0 | 0 | 4 | 27 | 74 | 6 | 113 |
| Binary | 11000100 | 11000100 | 10111101 | 0 | 0 | 100 | 10111 | 111100 | 110 | 1001011 |
Color Harmonies of #C4C4BD
Complementary color
Monochromatic Colors of #C4C4BD
Black with #C4C4BD
Text Example
Text Example
White with #C4C4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C4BD; }
p { color: rgb(196,196,189); }
H1.HeaderClassName
{
color: #C4C4BD;
}
.AnyTagClassName
{
color: #C4C4BD;
}
</style>
background-color css
<style>
a { background-color: #C4C4BD; }
a { background-color: rgb(196,196,189); }
div.DivClassName
{
background-color: #C4C4BD;
}
.BgClassName
{
background-color: #C4C4BD;
}
</style>
border-color css
<style>
span { border-color: #C4C4BD; }
span { border-color: rgb(196,196,189); }
td.TdClassName
{
border-color: #C4C4BD;
}
.TagClassName
{
border-color: #C4C4BD;
}
</style>