Shades of Moon Mist #CACBB3
Tints of Moon Mist #CACBB3
RGB
CMYK
RGB Variations
Color information
#CACBB3 (or 0xCACBB3) is known color: Moon Mist. HEX triplet: CA, CB and B3. RGB value is (202,203,179). Sum of RGB (Red+Green+Blue) = 202+203+179=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 203 (79.69% from 255 or 34.76% from 584); Blue value is 179 (70.31% from 255 or 30.65% from 584); Max value from RGB is 203 - color contains mainly: green. Hex color #CACBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACBB3 is #35344C. Grayscale: #C8C8C8. Windows color (decimal): -3486797 or 11783114. OLE color: 11783114.
HSL color Cylindrical-coordinate representation of color #CACBB3: hue angle of 62.5º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CACBB3 is Cyan = 0.00, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 179 | - |
| CMYK | 0.00 | 0 | 0.12 | 0.20 |
| HSL | 62.5º | 0.19% | 0.75% | - |
| HSV(B) | 62.5º | 0.12% | 0.8% | - |
| XYZ | 53.85 | 58.52 | 51.11 | - |
| YUV | 199.97 | 116.17 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 179 | 0.00 | 0 | 0.12 | 0.20 | 62.5 | 0.19 | 0.75 |
| Hex | CA | CB | B3 | 0 | 0 | C | 14 | 3F | 13 | 4B |
| Octal | 312 | 313 | 263 | 0 | 0 | 14 | 24 | 77 | 23 | 113 |
| Binary | 11001010 | 11001011 | 10110011 | 0 | 0 | 1100 | 10100 | 111111 | 10011 | 1001011 |
Color Harmonies of #CACBB3
Complementary color
Monochromatic Colors of #CACBB3
Black with #CACBB3
Text Example
Text Example
White with #CACBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACBB3; }
p { color: rgb(202,203,179); }
H1.HeaderClassName
{
color: #CACBB3;
}
.AnyTagClassName
{
color: #CACBB3;
}
</style>
background-color css
<style>
a { background-color: #CACBB3; }
a { background-color: rgb(202,203,179); }
div.DivClassName
{
background-color: #CACBB3;
}
.BgClassName
{
background-color: #CACBB3;
}
</style>
border-color css
<style>
span { border-color: #CACBB3; }
span { border-color: rgb(202,203,179); }
td.TdClassName
{
border-color: #CACBB3;
}
.TagClassName
{
border-color: #CACBB3;
}
</style>