Shades of Moon Mist #CCCAB0
Tints of Moon Mist #CCCAB0
RGB
CMYK
RGB Variations
Color information
#CCCAB0 (or 0xCCCAB0) is known color: Moon Mist. HEX triplet: CC, CA and B0. RGB value is (204,202,176). Sum of RGB (Red+Green+Blue) = 204+202+176=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 202 (79.30% from 255 or 34.71% from 582); Blue value is 176 (69.14% from 255 or 30.24% from 582); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCAB0 is #33354F. Grayscale: #C7C7C7. Windows color (decimal): -3355984 or 11586252. OLE color: 11586252.
HSL color Cylindrical-coordinate representation of color #CCCAB0: hue angle of 55.71º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCCAB0 is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 202 | 176 | - |
| CMYK | 0 | 0.01 | 0.14 | 0.2 |
| HSL | 55.71º | 0.22% | 0.75% | - |
| HSV(B) | 55.71º | 0.14% | 0.8% | - |
| XYZ | 53.86 | 58.21 | 49.47 | - |
| YUV | 199.63 | 114.66 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 202 | 176 | 0 | 0.01 | 0.14 | 0.2 | 55.71 | 0.22 | 0.75 |
| Hex | CC | CA | B0 | 0 | 1 | E | 14 | 38 | 16 | 4B |
| Octal | 314 | 312 | 260 | 0 | 1 | 16 | 24 | 70 | 26 | 113 |
| Binary | 11001100 | 11001010 | 10110000 | 0 | 1 | 1110 | 10100 | 111000 | 10110 | 1001011 |
Color Harmonies of #CCCAB0
Complementary color
Monochromatic Colors of #CCCAB0
Black with #CCCAB0
Text Example
Text Example
White with #CCCAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCAB0; }
p { color: rgb(204,202,176); }
H1.HeaderClassName
{
color: #CCCAB0;
}
.AnyTagClassName
{
color: #CCCAB0;
}
</style>
background-color css
<style>
a { background-color: #CCCAB0; }
a { background-color: rgb(204,202,176); }
div.DivClassName
{
background-color: #CCCAB0;
}
.BgClassName
{
background-color: #CCCAB0;
}
</style>
border-color css
<style>
span { border-color: #CCCAB0; }
span { border-color: rgb(204,202,176); }
td.TdClassName
{
border-color: #CCCAB0;
}
.TagClassName
{
border-color: #CCCAB0;
}
</style>