Shades of Moon Mist #CACABD
Tints of Moon Mist #CACABD
RGB
CMYK
RGB Variations
Color information
#CACABD (or 0xCACABD) is known color: Moon Mist. HEX triplet: CA, CA and BD. RGB value is (202,202,189). Sum of RGB (Red+Green+Blue) = 202+202+189=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 202 (79.30% from 255 or 34.06% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACABD is #353542. Grayscale: #C8C8C8. Windows color (decimal): -3487043 or 12438218. OLE color: 12438218.
HSL color Cylindrical-coordinate representation of color #CACABD: hue angle of 60º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CACABD is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 202 | 189 | - |
CMYK | 0 | 0 | 0.06 | 0.21 |
HSL | 60º | 0.11% | 0.77% | - |
HSV(B) | 60º | 0.06% | 0.79% | - |
XYZ | 54.66 | 58.47 | 56.55 | - |
YUV | 200.52 | 121.5 | 129.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 202 | 189 | 0 | 0 | 0.06 | 0.21 | 60 | 0.11 | 0.77 |
Hex | CA | CA | BD | 0 | 0 | 6 | 15 | 3C | B | 4D |
Octal | 312 | 312 | 275 | 0 | 0 | 6 | 25 | 74 | 13 | 115 |
Binary | 11001010 | 11001010 | 10111101 | 0 | 0 | 110 | 10101 | 111100 | 1011 | 1001101 |
Color Harmonies of #CACABD
Complementary color
Monochromatic Colors of #CACABD
Black with #CACABD
Text Example
Text Example
White with #CACABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACABD; }
p { color: rgb(202,202,189); }
H1.HeaderClassName
{
color: #CACABD;
}
.AnyTagClassName
{
color: #CACABD;
}
</style>
background-color css
<style>
a { background-color: #CACABD; }
a { background-color: rgb(202,202,189); }
div.DivClassName
{
background-color: #CACABD;
}
.BgClassName
{
background-color: #CACABD;
}
</style>
border-color css
<style>
span { border-color: #CACABD; }
span { border-color: rgb(202,202,189); }
td.TdClassName
{
border-color: #CACABD;
}
.TagClassName
{
border-color: #CACABD;
}
</style>