Shades of Moon Mist #CACBB0
Tints of Moon Mist #CACBB0
RGB
CMYK
RGB Variations
Color information
#CACBB0 (or 0xCACBB0) is known color: Moon Mist. HEX triplet: CA, CB and B0. RGB value is (202,203,176). Sum of RGB (Red+Green+Blue) = 202+203+176=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 176 (69.14% from 255 or 30.29% from 581); Max value from RGB is 203 - color contains mainly: green. Hex color #CACBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACBB0 is #35344F. Grayscale: #C7C7C7. Windows color (decimal): -3486800 or 11586506. OLE color: 11586506.
HSL color Cylindrical-coordinate representation of color #CACBB0: hue angle of 62.22º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CACBB0 is Cyan = 0.00, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 176 | - |
| CMYK | 0.00 | 0 | 0.13 | 0.20 |
| HSL | 62.22º | 0.21% | 0.74% | - |
| HSV(B) | 62.22º | 0.13% | 0.8% | - |
| XYZ | 53.55 | 58.4 | 49.52 | - |
| YUV | 199.62 | 114.67 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 176 | 0.00 | 0 | 0.13 | 0.20 | 62.22 | 0.21 | 0.74 |
| Hex | CA | CB | B0 | 0 | 0 | D | 14 | 3E | 15 | 4A |
| Octal | 312 | 313 | 260 | 0 | 0 | 15 | 24 | 76 | 25 | 112 |
| Binary | 11001010 | 11001011 | 10110000 | 0 | 0 | 1101 | 10100 | 111110 | 10101 | 1001010 |
Color Harmonies of #CACBB0
Complementary color
Monochromatic Colors of #CACBB0
Black with #CACBB0
Text Example
Text Example
White with #CACBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACBB0; }
p { color: rgb(202,203,176); }
H1.HeaderClassName
{
color: #CACBB0;
}
.AnyTagClassName
{
color: #CACBB0;
}
</style>
background-color css
<style>
a { background-color: #CACBB0; }
a { background-color: rgb(202,203,176); }
div.DivClassName
{
background-color: #CACBB0;
}
.BgClassName
{
background-color: #CACBB0;
}
</style>
border-color css
<style>
span { border-color: #CACBB0; }
span { border-color: rgb(202,203,176); }
td.TdClassName
{
border-color: #CACBB0;
}
.TagClassName
{
border-color: #CACBB0;
}
</style>