Shades of Moon Mist #C9CAB2
Tints of Moon Mist #C9CAB2
RGB
CMYK
RGB Variations
Color information
#C9CAB2 (or 0xC9CAB2) is known color: Moon Mist. HEX triplet: C9, CA and B2. RGB value is (201,202,178). Sum of RGB (Red+Green+Blue) = 201+202+178=581 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.60% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 178 (69.92% from 255 or 30.64% from 581); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CAB2 is #36354D. Grayscale: #C7C7C7. Windows color (decimal): -3552590 or 11717321. OLE color: 11717321.
HSL color Cylindrical-coordinate representation of color #C9CAB2: hue angle of 62.5º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C9CAB2 is Cyan = 0.00, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 202 | 178 | - |
CMYK | 0.00 | 0 | 0.12 | 0.21 |
HSL | 62.5º | 0.18% | 0.75% | - |
HSV(B) | 62.5º | 0.12% | 0.79% | - |
XYZ | 53.24 | 57.87 | 50.48 | - |
YUV | 198.97 | 116.17 | 129.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 202 | 178 | 0.00 | 0 | 0.12 | 0.21 | 62.5 | 0.18 | 0.75 |
Hex | C9 | CA | B2 | 0 | 0 | C | 15 | 3F | 12 | 4B |
Octal | 311 | 312 | 262 | 0 | 0 | 14 | 25 | 77 | 22 | 113 |
Binary | 11001001 | 11001010 | 10110010 | 0 | 0 | 1100 | 10101 | 111111 | 10010 | 1001011 |
Color Harmonies of #C9CAB2
Complementary color
Monochromatic Colors of #C9CAB2
Black with #C9CAB2
Text Example
Text Example
White with #C9CAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CAB2; }
p { color: rgb(201,202,178); }
H1.HeaderClassName
{
color: #C9CAB2;
}
.AnyTagClassName
{
color: #C9CAB2;
}
</style>
background-color css
<style>
a { background-color: #C9CAB2; }
a { background-color: rgb(201,202,178); }
div.DivClassName
{
background-color: #C9CAB2;
}
.BgClassName
{
background-color: #C9CAB2;
}
</style>
border-color css
<style>
span { border-color: #C9CAB2; }
span { border-color: rgb(201,202,178); }
td.TdClassName
{
border-color: #C9CAB2;
}
.TagClassName
{
border-color: #C9CAB2;
}
</style>