Shades of Moon Mist #C5C5BE
Tints of Moon Mist #C5C5BE
RGB
CMYK
RGB Variations
Color information
#C5C5BE (or 0xC5C5BE) is known color: Moon Mist. HEX triplet: C5, C5 and BE. RGB value is (197,197,190). Sum of RGB (Red+Green+Blue) = 197+197+190=584 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.73% from 584); Green value is 197 (77.34% from 255 or 33.73% from 584); Blue value is 190 (74.61% from 255 or 32.53% from 584); Max value from RGB is 197 - color contains mainly: red, green. Hex color #C5C5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C5BE is #3A3A41. Grayscale: #C4C4C4. Windows color (decimal): -3816002 or 12502469. OLE color: 12502469.
HSL color Cylindrical-coordinate representation of color #C5C5BE: hue angle of 60º degrees, saturation: 0.06, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C5C5BE is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
RGB | 197 | 197 | 190 | - |
CMYK | 0 | 0 | 0.04 | 0.23 |
HSL | 60º | 0.06% | 0.76% | - |
HSV(B) | 60º | 0.04% | 0.77% | - |
XYZ | 52.29 | 55.52 | 56.68 | - |
YUV | 196.2 | 124.5 | 128.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 197 | 190 | 0 | 0 | 0.04 | 0.23 | 60 | 0.06 | 0.76 |
Hex | C5 | C5 | BE | 0 | 0 | 4 | 17 | 3C | 6 | 4C |
Octal | 305 | 305 | 276 | 0 | 0 | 4 | 27 | 74 | 6 | 114 |
Binary | 11000101 | 11000101 | 10111110 | 0 | 0 | 100 | 10111 | 111100 | 110 | 1001100 |
Color Harmonies of #C5C5BE
Complementary color
Monochromatic Colors of #C5C5BE
Black with #C5C5BE
Text Example
Text Example
White with #C5C5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C5BE; }
p { color: rgb(197,197,190); }
H1.HeaderClassName
{
color: #C5C5BE;
}
.AnyTagClassName
{
color: #C5C5BE;
}
</style>
background-color css
<style>
a { background-color: #C5C5BE; }
a { background-color: rgb(197,197,190); }
div.DivClassName
{
background-color: #C5C5BE;
}
.BgClassName
{
background-color: #C5C5BE;
}
</style>
border-color css
<style>
span { border-color: #C5C5BE; }
span { border-color: rgb(197,197,190); }
td.TdClassName
{
border-color: #C5C5BE;
}
.TagClassName
{
border-color: #C5C5BE;
}
</style>