Shades of Moon Mist #CACBB4
Tints of Moon Mist #CACBB4
RGB
CMYK
RGB Variations
Color information
#CACBB4 (or 0xCACBB4) is known color: Moon Mist. HEX triplet: CA, CB and B4. RGB value is (202,203,180). Sum of RGB (Red+Green+Blue) = 202+203+180=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 180 (70.70% from 255 or 30.77% from 585); Max value from RGB is 203 - color contains mainly: green. Hex color #CACBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACBB4 is #35344B. Grayscale: #C8C8C8. Windows color (decimal): -3486796 or 11848650. OLE color: 11848650.
HSL color Cylindrical-coordinate representation of color #CACBB4: hue angle of 62.61º degrees, saturation: 0.18, 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 #CACBB4 is Cyan = 0.00, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 180 | - |
| CMYK | 0.00 | 0 | 0.11 | 0.20 |
| HSL | 62.61º | 0.18% | 0.75% | - |
| HSV(B) | 62.61º | 0.11% | 0.8% | - |
| XYZ | 53.95 | 58.56 | 51.64 | - |
| YUV | 200.08 | 116.67 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 180 | 0.00 | 0 | 0.11 | 0.20 | 62.61 | 0.18 | 0.75 |
| Hex | CA | CB | B4 | 0 | 0 | B | 14 | 3F | 12 | 4B |
| Octal | 312 | 313 | 264 | 0 | 0 | 13 | 24 | 77 | 22 | 113 |
| Binary | 11001010 | 11001011 | 10110100 | 0 | 0 | 1011 | 10100 | 111111 | 10010 | 1001011 |
Color Harmonies of #CACBB4
Complementary color
Monochromatic Colors of #CACBB4
Black with #CACBB4
Text Example
Text Example
White with #CACBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACBB4; }
p { color: rgb(202,203,180); }
H1.HeaderClassName
{
color: #CACBB4;
}
.AnyTagClassName
{
color: #CACBB4;
}
</style>
background-color css
<style>
a { background-color: #CACBB4; }
a { background-color: rgb(202,203,180); }
div.DivClassName
{
background-color: #CACBB4;
}
.BgClassName
{
background-color: #CACBB4;
}
</style>
border-color css
<style>
span { border-color: #CACBB4; }
span { border-color: rgb(202,203,180); }
td.TdClassName
{
border-color: #CACBB4;
}
.TagClassName
{
border-color: #CACBB4;
}
</style>