Shades of Moon Mist #CACABF
Tints of Moon Mist #CACABF
RGB
CMYK
RGB Variations
Color information
#CACABF (or 0xCACABF) is known color: Moon Mist. HEX triplet: CA, CA and BF. RGB value is (202,202,191). Sum of RGB (Red+Green+Blue) = 202+202+191=595 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.95% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACABF is #353540. Grayscale: #C8C8C8. Windows color (decimal): -3487041 or 12569290. OLE color: 12569290.
HSL color Cylindrical-coordinate representation of color #CACABF: hue angle of 60º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CACABF is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 202 | 191 | - |
CMYK | 0 | 0 | 0.05 | 0.21 |
HSL | 60º | 0.09% | 0.77% | - |
HSV(B) | 60º | 0.05% | 0.79% | - |
XYZ | 54.88 | 58.56 | 57.7 | - |
YUV | 200.75 | 122.5 | 128.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 202 | 191 | 0 | 0 | 0.05 | 0.21 | 60 | 0.09 | 0.77 |
Hex | CA | CA | BF | 0 | 0 | 5 | 15 | 3C | 9 | 4D |
Octal | 312 | 312 | 277 | 0 | 0 | 5 | 25 | 74 | 11 | 115 |
Binary | 11001010 | 11001010 | 10111111 | 0 | 0 | 101 | 10101 | 111100 | 1001 | 1001101 |
Color Harmonies of #CACABF
Complementary color
Monochromatic Colors of #CACABF
Black with #CACABF
Text Example
Text Example
White with #CACABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACABF; }
p { color: rgb(202,202,191); }
H1.HeaderClassName
{
color: #CACABF;
}
.AnyTagClassName
{
color: #CACABF;
}
</style>
background-color css
<style>
a { background-color: #CACABF; }
a { background-color: rgb(202,202,191); }
div.DivClassName
{
background-color: #CACABF;
}
.BgClassName
{
background-color: #CACABF;
}
</style>
border-color css
<style>
span { border-color: #CACABF; }
span { border-color: rgb(202,202,191); }
td.TdClassName
{
border-color: #CACABF;
}
.TagClassName
{
border-color: #CACABF;
}
</style>