Shades of Moon Mist #C9CABB
Tints of Moon Mist #C9CABB
RGB
CMYK
RGB Variations
Color information
#C9CABB (or 0xC9CABB) is known color: Moon Mist. HEX triplet: C9, CA and BB. RGB value is (201,202,187). Sum of RGB (Red+Green+Blue) = 201+202+187=590 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.07% from 590); Green value is 202 (79.30% from 255 or 34.24% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CABB is #363544. Grayscale: #C8C8C8. Windows color (decimal): -3552581 or 12307145. OLE color: 12307145.
HSL color Cylindrical-coordinate representation of color #C9CABB: hue angle of 64º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C9CABB is Cyan = 0.00, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 202 | 187 | - |
CMYK | 0.00 | 0 | 0.07 | 0.21 |
HSL | 64º | 0.12% | 0.76% | - |
HSV(B) | 64º | 0.07% | 0.79% | - |
XYZ | 54.18 | 58.25 | 55.4 | - |
YUV | 199.99 | 120.67 | 128.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 202 | 187 | 0.00 | 0 | 0.07 | 0.21 | 64 | 0.12 | 0.76 |
Hex | C9 | CA | BB | 0 | 0 | 7 | 15 | 40 | C | 4C |
Octal | 311 | 312 | 273 | 0 | 0 | 7 | 25 | 100 | 14 | 114 |
Binary | 11001001 | 11001010 | 10111011 | 0 | 0 | 111 | 10101 | 1000000 | 1100 | 1001100 |
Color Harmonies of #C9CABB
Complementary color
Monochromatic Colors of #C9CABB
Black with #C9CABB
Text Example
Text Example
White with #C9CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CABB; }
p { color: rgb(201,202,187); }
H1.HeaderClassName
{
color: #C9CABB;
}
.AnyTagClassName
{
color: #C9CABB;
}
</style>
background-color css
<style>
a { background-color: #C9CABB; }
a { background-color: rgb(201,202,187); }
div.DivClassName
{
background-color: #C9CABB;
}
.BgClassName
{
background-color: #C9CABB;
}
</style>
border-color css
<style>
span { border-color: #C9CABB; }
span { border-color: rgb(201,202,187); }
td.TdClassName
{
border-color: #C9CABB;
}
.TagClassName
{
border-color: #C9CABB;
}
</style>