Shades of Moon Mist #CACBB2
Tints of Moon Mist #CACBB2
RGB
CMYK
RGB Variations
Color information
#CACBB2 (or 0xCACBB2) is known color: Moon Mist. HEX triplet: CA, CB and B2. RGB value is (202,203,178). Sum of RGB (Red+Green+Blue) = 202+203+178=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 178 (69.92% from 255 or 30.53% from 583); Max value from RGB is 203 - color contains mainly: green. Hex color #CACBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACBB2 is #35344D. Grayscale: #C7C7C7. Windows color (decimal): -3486798 or 11717578. OLE color: 11717578.
HSL color Cylindrical-coordinate representation of color #CACBB2: hue angle of 62.4º 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 #CACBB2 is Cyan = 0.00, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 178 | - |
| CMYK | 0.00 | 0 | 0.12 | 0.20 |
| HSL | 62.4º | 0.19% | 0.75% | - |
| HSV(B) | 62.4º | 0.12% | 0.8% | - |
| XYZ | 53.75 | 58.48 | 50.57 | - |
| YUV | 199.85 | 115.67 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 178 | 0.00 | 0 | 0.12 | 0.20 | 62.4 | 0.19 | 0.75 |
| Hex | CA | CB | B2 | 0 | 0 | C | 14 | 3E | 13 | 4B |
| Octal | 312 | 313 | 262 | 0 | 0 | 14 | 24 | 76 | 23 | 113 |
| Binary | 11001010 | 11001011 | 10110010 | 0 | 0 | 1100 | 10100 | 111110 | 10011 | 1001011 |
Color Harmonies of #CACBB2
Complementary color
Monochromatic Colors of #CACBB2
Black with #CACBB2
Text Example
Text Example
White with #CACBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACBB2; }
p { color: rgb(202,203,178); }
H1.HeaderClassName
{
color: #CACBB2;
}
.AnyTagClassName
{
color: #CACBB2;
}
</style>
background-color css
<style>
a { background-color: #CACBB2; }
a { background-color: rgb(202,203,178); }
div.DivClassName
{
background-color: #CACBB2;
}
.BgClassName
{
background-color: #CACBB2;
}
</style>
border-color css
<style>
span { border-color: #CACBB2; }
span { border-color: rgb(202,203,178); }
td.TdClassName
{
border-color: #CACBB2;
}
.TagClassName
{
border-color: #CACBB2;
}
</style>