Shades of Moon Mist #C9C8B7
Tints of Moon Mist #C9C8B7
RGB
CMYK
RGB Variations
Color information
#C9C8B7 (or 0xC9C8B7) is known color: Moon Mist. HEX triplet: C9, C8 and B7. RGB value is (201,200,183). Sum of RGB (Red+Green+Blue) = 201+200+183=584 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.42% from 584); Green value is 200 (78.52% from 255 or 34.25% from 584); Blue value is 183 (71.88% from 255 or 31.34% from 584); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C8B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C8B7 is #363748. Grayscale: #C6C6C6. Windows color (decimal): -3553097 or 12044489. OLE color: 12044489.
HSL color Cylindrical-coordinate representation of color #C9C8B7: hue angle of 56.67º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9C8B7 is Cyan = 0, Magento = 0.00, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 200 | 183 | - |
CMYK | 0 | 0.00 | 0.09 | 0.21 |
HSL | 56.67º | 0.14% | 0.75% | - |
HSV(B) | 56.67º | 0.09% | 0.79% | - |
XYZ | 53.29 | 57.14 | 53.02 | - |
YUV | 198.36 | 119.33 | 129.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 200 | 183 | 0 | 0.00 | 0.09 | 0.21 | 56.67 | 0.14 | 0.75 |
Hex | C9 | C8 | B7 | 0 | 0 | 9 | 15 | 39 | E | 4B |
Octal | 311 | 310 | 267 | 0 | 0 | 11 | 25 | 71 | 16 | 113 |
Binary | 11001001 | 11001000 | 10110111 | 0 | 0 | 1001 | 10101 | 111001 | 1110 | 1001011 |
Color Harmonies of #C9C8B7
Complementary color
Monochromatic Colors of #C9C8B7
Black with #C9C8B7
Text Example
Text Example
White with #C9C8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C8B7; }
p { color: rgb(201,200,183); }
H1.HeaderClassName
{
color: #C9C8B7;
}
.AnyTagClassName
{
color: #C9C8B7;
}
</style>
background-color css
<style>
a { background-color: #C9C8B7; }
a { background-color: rgb(201,200,183); }
div.DivClassName
{
background-color: #C9C8B7;
}
.BgClassName
{
background-color: #C9C8B7;
}
</style>
border-color css
<style>
span { border-color: #C9C8B7; }
span { border-color: rgb(201,200,183); }
td.TdClassName
{
border-color: #C9C8B7;
}
.TagClassName
{
border-color: #C9C8B7;
}
</style>