Shades of Moon Mist #C9CABC
Tints of Moon Mist #C9CABC
RGB
CMYK
RGB Variations
Color information
#C9CABC (or 0xC9CABC) is known color: Moon Mist. HEX triplet: C9, CA and BC. RGB value is (201,202,188). Sum of RGB (Red+Green+Blue) = 201+202+188=591 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.01% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 188 (73.83% from 255 or 31.81% from 591); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CABC is #363543. Grayscale: #C8C8C8. Windows color (decimal): -3552580 or 12372681. OLE color: 12372681.
HSL color Cylindrical-coordinate representation of color #C9CABC: hue angle of 64.29º 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 #C9CABC is Cyan = 0.00, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 202 | 188 | - |
CMYK | 0.00 | 0 | 0.07 | 0.21 |
HSL | 64.29º | 0.12% | 0.76% | - |
HSV(B) | 64.29º | 0.07% | 0.79% | - |
XYZ | 54.29 | 58.29 | 55.97 | - |
YUV | 200.11 | 121.17 | 128.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 202 | 188 | 0.00 | 0 | 0.07 | 0.21 | 64.29 | 0.12 | 0.76 |
Hex | C9 | CA | BC | 0 | 0 | 7 | 15 | 40 | C | 4C |
Octal | 311 | 312 | 274 | 0 | 0 | 7 | 25 | 100 | 14 | 114 |
Binary | 11001001 | 11001010 | 10111100 | 0 | 0 | 111 | 10101 | 1000000 | 1100 | 1001100 |
Color Harmonies of #C9CABC
Complementary color
Monochromatic Colors of #C9CABC
Black with #C9CABC
Text Example
Text Example
White with #C9CABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CABC; }
p { color: rgb(201,202,188); }
H1.HeaderClassName
{
color: #C9CABC;
}
.AnyTagClassName
{
color: #C9CABC;
}
</style>
background-color css
<style>
a { background-color: #C9CABC; }
a { background-color: rgb(201,202,188); }
div.DivClassName
{
background-color: #C9CABC;
}
.BgClassName
{
background-color: #C9CABC;
}
</style>
border-color css
<style>
span { border-color: #C9CABC; }
span { border-color: rgb(201,202,188); }
td.TdClassName
{
border-color: #C9CABC;
}
.TagClassName
{
border-color: #C9CABC;
}
</style>