Shades of Moon Mist #C5C5BF
Tints of Moon Mist #C5C5BF
RGB
CMYK
RGB Variations
Color information
#C5C5BF (or 0xC5C5BF) is known color: Moon Mist. HEX triplet: C5, C5 and BF. RGB value is (197,197,191). Sum of RGB (Red+Green+Blue) = 197+197+191=585 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.68% from 585); Green value is 197 (77.34% from 255 or 33.68% from 585); Blue value is 191 (75% from 255 or 32.65% from 585); Max value from RGB is 197 - color contains mainly: red, green. Hex color #C5C5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C5BF is #3A3A40. Grayscale: #C4C4C4. Windows color (decimal): -3816001 or 12568005. OLE color: 12568005.
HSL color Cylindrical-coordinate representation of color #C5C5BF: hue angle of 60º degrees, saturation: 0.05, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C5C5BF is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 197 | 191 | - |
| CMYK | 0 | 0 | 0.03 | 0.23 |
| HSL | 60º | 0.05% | 0.76% | - |
| HSV(B) | 60º | 0.03% | 0.77% | - |
| XYZ | 52.4 | 55.56 | 57.25 | - |
| YUV | 196.32 | 125 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 197 | 191 | 0 | 0 | 0.03 | 0.23 | 60 | 0.05 | 0.76 |
| Hex | C5 | C5 | BF | 0 | 0 | 3 | 17 | 3C | 5 | 4C |
| Octal | 305 | 305 | 277 | 0 | 0 | 3 | 27 | 74 | 5 | 114 |
| Binary | 11000101 | 11000101 | 10111111 | 0 | 0 | 11 | 10111 | 111100 | 101 | 1001100 |
Color Harmonies of #C5C5BF
Complementary color
Monochromatic Colors of #C5C5BF
Black with #C5C5BF
Text Example
Text Example
White with #C5C5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C5BF; }
p { color: rgb(197,197,191); }
H1.HeaderClassName
{
color: #C5C5BF;
}
.AnyTagClassName
{
color: #C5C5BF;
}
</style>
background-color css
<style>
a { background-color: #C5C5BF; }
a { background-color: rgb(197,197,191); }
div.DivClassName
{
background-color: #C5C5BF;
}
.BgClassName
{
background-color: #C5C5BF;
}
</style>
border-color css
<style>
span { border-color: #C5C5BF; }
span { border-color: rgb(197,197,191); }
td.TdClassName
{
border-color: #C5C5BF;
}
.TagClassName
{
border-color: #C5C5BF;
}
</style>