Shades of Moon Mist #CACBB6
Tints of Moon Mist #CACBB6
RGB
CMYK
RGB Variations
Color information
#CACBB6 (or 0xCACBB6) is known color: Moon Mist. HEX triplet: CA, CB and B6. RGB value is (202,203,182). Sum of RGB (Red+Green+Blue) = 202+203+182=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 203 (79.69% from 255 or 34.58% from 587); Blue value is 182 (71.48% from 255 or 31.01% from 587); Max value from RGB is 203 - color contains mainly: green. Hex color #CACBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACBB6 is #353449. Grayscale: #C8C8C8. Windows color (decimal): -3486794 or 11979722. OLE color: 11979722.
HSL color Cylindrical-coordinate representation of color #CACBB6: hue angle of 62.86º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CACBB6 is Cyan = 0.00, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 182 | - |
| CMYK | 0.00 | 0 | 0.10 | 0.20 |
| HSL | 62.86º | 0.17% | 0.75% | - |
| HSV(B) | 62.86º | 0.1% | 0.8% | - |
| XYZ | 54.16 | 58.65 | 52.72 | - |
| YUV | 200.31 | 117.67 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 182 | 0.00 | 0 | 0.10 | 0.20 | 62.86 | 0.17 | 0.75 |
| Hex | CA | CB | B6 | 0 | 0 | A | 14 | 3F | 11 | 4B |
| Octal | 312 | 313 | 266 | 0 | 0 | 12 | 24 | 77 | 21 | 113 |
| Binary | 11001010 | 11001011 | 10110110 | 0 | 0 | 1010 | 10100 | 111111 | 10001 | 1001011 |
Color Harmonies of #CACBB6
Complementary color
Monochromatic Colors of #CACBB6
Black with #CACBB6
Text Example
Text Example
White with #CACBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACBB6; }
p { color: rgb(202,203,182); }
H1.HeaderClassName
{
color: #CACBB6;
}
.AnyTagClassName
{
color: #CACBB6;
}
</style>
background-color css
<style>
a { background-color: #CACBB6; }
a { background-color: rgb(202,203,182); }
div.DivClassName
{
background-color: #CACBB6;
}
.BgClassName
{
background-color: #CACBB6;
}
</style>
border-color css
<style>
span { border-color: #CACBB6; }
span { border-color: rgb(202,203,182); }
td.TdClassName
{
border-color: #CACBB6;
}
.TagClassName
{
border-color: #CACBB6;
}
</style>