Shades of Moon Mist #CACABB
Tints of Moon Mist #CACABB
RGB
CMYK
RGB Variations
Color information
#CACABB (or 0xCACABB) is known color: Moon Mist. HEX triplet: CA, CA and BB. RGB value is (202,202,187). Sum of RGB (Red+Green+Blue) = 202+202+187=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 187 (73.44% from 255 or 31.64% from 591); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACABB is #353544. Grayscale: #C8C8C8. Windows color (decimal): -3487045 or 12307146. OLE color: 12307146.
HSL color Cylindrical-coordinate representation of color #CACABB: hue angle of 60º 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 #CACABB is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 202 | 187 | - |
CMYK | 0 | 0 | 0.07 | 0.21 |
HSL | 60º | 0.12% | 0.76% | - |
HSV(B) | 60º | 0.07% | 0.79% | - |
XYZ | 54.45 | 58.39 | 55.41 | - |
YUV | 200.29 | 120.5 | 129.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 202 | 187 | 0 | 0 | 0.07 | 0.21 | 60 | 0.12 | 0.76 |
Hex | CA | CA | BB | 0 | 0 | 7 | 15 | 3C | C | 4C |
Octal | 312 | 312 | 273 | 0 | 0 | 7 | 25 | 74 | 14 | 114 |
Binary | 11001010 | 11001010 | 10111011 | 0 | 0 | 111 | 10101 | 111100 | 1100 | 1001100 |
Color Harmonies of #CACABB
Complementary color
Monochromatic Colors of #CACABB
Black with #CACABB
Text Example
Text Example
White with #CACABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACABB; }
p { color: rgb(202,202,187); }
H1.HeaderClassName
{
color: #CACABB;
}
.AnyTagClassName
{
color: #CACABB;
}
</style>
background-color css
<style>
a { background-color: #CACABB; }
a { background-color: rgb(202,202,187); }
div.DivClassName
{
background-color: #CACABB;
}
.BgClassName
{
background-color: #CACABB;
}
</style>
border-color css
<style>
span { border-color: #CACABB; }
span { border-color: rgb(202,202,187); }
td.TdClassName
{
border-color: #CACABB;
}
.TagClassName
{
border-color: #CACABB;
}
</style>