Shades of Moon Mist #CACBBC
Tints of Moon Mist #CACBBC
RGB
CMYK
RGB Variations
Color information
#CACBBC (or 0xCACBBC) is known color: Moon Mist. HEX triplet: CA, CB and BC. RGB value is (202,203,188). Sum of RGB (Red+Green+Blue) = 202+203+188=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 203 (79.69% from 255 or 34.23% from 593); Blue value is 188 (73.83% from 255 or 31.70% from 593); Max value from RGB is 203 - color contains mainly: green. Hex color #CACBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACBBC is #353443. Grayscale: #C9C9C9. Windows color (decimal): -3486788 or 12372938. OLE color: 12372938.
HSL color Cylindrical-coordinate representation of color #CACBBC: hue angle of 64º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CACBBC is Cyan = 0.00, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
RGB | 202 | 203 | 188 | - |
CMYK | 0.00 | 0 | 0.07 | 0.20 |
HSL | 64º | 0.13% | 0.77% | - |
HSV(B) | 64º | 0.07% | 0.8% | - |
XYZ | 54.79 | 58.9 | 56.06 | - |
YUV | 200.99 | 120.67 | 128.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 203 | 188 | 0.00 | 0 | 0.07 | 0.20 | 64 | 0.13 | 0.77 |
Hex | CA | CB | BC | 0 | 0 | 7 | 14 | 40 | D | 4D |
Octal | 312 | 313 | 274 | 0 | 0 | 7 | 24 | 100 | 15 | 115 |
Binary | 11001010 | 11001011 | 10111100 | 0 | 0 | 111 | 10100 | 1000000 | 1101 | 1001101 |
Color Harmonies of #CACBBC
Complementary color
Monochromatic Colors of #CACBBC
Black with #CACBBC
Text Example
Text Example
White with #CACBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACBBC; }
p { color: rgb(202,203,188); }
H1.HeaderClassName
{
color: #CACBBC;
}
.AnyTagClassName
{
color: #CACBBC;
}
</style>
background-color css
<style>
a { background-color: #CACBBC; }
a { background-color: rgb(202,203,188); }
div.DivClassName
{
background-color: #CACBBC;
}
.BgClassName
{
background-color: #CACBBC;
}
</style>
border-color css
<style>
span { border-color: #CACBBC; }
span { border-color: rgb(202,203,188); }
td.TdClassName
{
border-color: #CACBBC;
}
.TagClassName
{
border-color: #CACBBC;
}
</style>