Shades of Moon Mist #C8CAB2
Tints of Moon Mist #C8CAB2
RGB
CMYK
RGB Variations
Color information
#C8CAB2 (or 0xC8CAB2) is known color: Moon Mist. HEX triplet: C8, CA and B2. RGB value is (200,202,178). Sum of RGB (Red+Green+Blue) = 200+202+178=580 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.48% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 178 (69.92% from 255 or 30.69% from 580); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CAB2 is #37354D. Grayscale: #C6C6C6. Windows color (decimal): -3618126 or 11717320. OLE color: 11717320.
HSL color Cylindrical-coordinate representation of color #C8CAB2: hue angle of 65º 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 #C8CAB2 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
RGB | 200 | 202 | 178 | - |
CMYK | 0.01 | 0 | 0.12 | 0.21 |
HSL | 65º | 0.18% | 0.75% | - |
HSV(B) | 65º | 0.12% | 0.79% | - |
XYZ | 52.98 | 57.73 | 50.47 | - |
YUV | 198.67 | 116.34 | 128.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 202 | 178 | 0.01 | 0 | 0.12 | 0.21 | 65 | 0.18 | 0.75 |
Hex | C8 | CA | B2 | 1 | 0 | C | 15 | 41 | 12 | 4B |
Octal | 310 | 312 | 262 | 1 | 0 | 14 | 25 | 101 | 22 | 113 |
Binary | 11001000 | 11001010 | 10110010 | 1 | 0 | 1100 | 10101 | 1000001 | 10010 | 1001011 |
Color Harmonies of #C8CAB2
Complementary color
Monochromatic Colors of #C8CAB2
Black with #C8CAB2
Text Example
Text Example
White with #C8CAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CAB2; }
p { color: rgb(200,202,178); }
H1.HeaderClassName
{
color: #C8CAB2;
}
.AnyTagClassName
{
color: #C8CAB2;
}
</style>
background-color css
<style>
a { background-color: #C8CAB2; }
a { background-color: rgb(200,202,178); }
div.DivClassName
{
background-color: #C8CAB2;
}
.BgClassName
{
background-color: #C8CAB2;
}
</style>
border-color css
<style>
span { border-color: #C8CAB2; }
span { border-color: rgb(200,202,178); }
td.TdClassName
{
border-color: #C8CAB2;
}
.TagClassName
{
border-color: #C8CAB2;
}
</style>