Shades of Moon Mist #CACBB5
Tints of Moon Mist #CACBB5
RGB
CMYK
RGB Variations
Color information
#CACBB5 (or 0xCACBB5) is known color: Moon Mist. HEX triplet: CA, CB and B5. RGB value is (202,203,181). Sum of RGB (Red+Green+Blue) = 202+203+181=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 203 (79.69% from 255 or 34.64% from 586); Blue value is 181 (71.09% from 255 or 30.89% from 586); Max value from RGB is 203 - color contains mainly: green. Hex color #CACBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACBB5 is #35344A. Grayscale: #C8C8C8. Windows color (decimal): -3486795 or 11914186. OLE color: 11914186.
HSL color Cylindrical-coordinate representation of color #CACBB5: hue angle of 62.73º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CACBB5 is Cyan = 0.00, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 181 | - |
| CMYK | 0.00 | 0 | 0.11 | 0.20 |
| HSL | 62.73º | 0.17% | 0.75% | - |
| HSV(B) | 62.73º | 0.11% | 0.8% | - |
| XYZ | 54.05 | 58.6 | 52.18 | - |
| YUV | 200.19 | 117.17 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 181 | 0.00 | 0 | 0.11 | 0.20 | 62.73 | 0.17 | 0.75 |
| Hex | CA | CB | B5 | 0 | 0 | B | 14 | 3F | 11 | 4B |
| Octal | 312 | 313 | 265 | 0 | 0 | 13 | 24 | 77 | 21 | 113 |
| Binary | 11001010 | 11001011 | 10110101 | 0 | 0 | 1011 | 10100 | 111111 | 10001 | 1001011 |
Color Harmonies of #CACBB5
Complementary color
Monochromatic Colors of #CACBB5
Black with #CACBB5
Text Example
Text Example
White with #CACBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACBB5; }
p { color: rgb(202,203,181); }
H1.HeaderClassName
{
color: #CACBB5;
}
.AnyTagClassName
{
color: #CACBB5;
}
</style>
background-color css
<style>
a { background-color: #CACBB5; }
a { background-color: rgb(202,203,181); }
div.DivClassName
{
background-color: #CACBB5;
}
.BgClassName
{
background-color: #CACBB5;
}
</style>
border-color css
<style>
span { border-color: #CACBB5; }
span { border-color: rgb(202,203,181); }
td.TdClassName
{
border-color: #CACBB5;
}
.TagClassName
{
border-color: #CACBB5;
}
</style>