Shades of Moon Mist #C5C5C4
Tints of Moon Mist #C5C5C4
RGB
CMYK
RGB Variations
Color information
#C5C5C4 (or 0xC5C5C4) is known color: Moon Mist. HEX triplet: C5, C5 and C4. RGB value is (197,197,196). Sum of RGB (Red+Green+Blue) = 197+197+196=590 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.39% from 590); Green value is 197 (77.34% from 255 or 33.39% from 590); Blue value is 196 (76.95% from 255 or 33.22% from 590); Max value from RGB is 197 - color contains mainly: red, green. Hex color #C5C5C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C5C4 is #3A3A3B. Grayscale: #C4C4C4. Windows color (decimal): -3815996 or 12895685. OLE color: 12895685.
HSL color Cylindrical-coordinate representation of color #C5C5C4: hue angle of 60º degrees, saturation: 0.01, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #C5C5C4 is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
RGB | 197 | 197 | 196 | - |
CMYK | 0 | 0 | 0.01 | 0.23 |
HSL | 60º | 0.01% | 0.77% | - |
HSV(B) | 60º | 0.01% | 0.77% | - |
XYZ | 52.96 | 55.79 | 60.2 | - |
YUV | 196.89 | 127.5 | 128.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 197 | 196 | 0 | 0 | 0.01 | 0.23 | 60 | 0.01 | 0.77 |
Hex | C5 | C5 | C4 | 0 | 0 | 1 | 17 | 3C | 1 | 4D |
Octal | 305 | 305 | 304 | 0 | 0 | 1 | 27 | 74 | 1 | 115 |
Binary | 11000101 | 11000101 | 11000100 | 0 | 0 | 1 | 10111 | 111100 | 1 | 1001101 |
Color Harmonies of #C5C5C4
Complementary color
Monochromatic Colors of #C5C5C4
Black with #C5C5C4
Text Example
Text Example
White with #C5C5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C5C4; }
p { color: rgb(197,197,196); }
H1.HeaderClassName
{
color: #C5C5C4;
}
.AnyTagClassName
{
color: #C5C5C4;
}
</style>
background-color css
<style>
a { background-color: #C5C5C4; }
a { background-color: rgb(197,197,196); }
div.DivClassName
{
background-color: #C5C5C4;
}
.BgClassName
{
background-color: #C5C5C4;
}
</style>
border-color css
<style>
span { border-color: #C5C5C4; }
span { border-color: rgb(197,197,196); }
td.TdClassName
{
border-color: #C5C5C4;
}
.TagClassName
{
border-color: #C5C5C4;
}
</style>