Shades of Moon Mist #CCCAB6
Tints of Moon Mist #CCCAB6
RGB
CMYK
RGB Variations
Color information
#CCCAB6 (or 0xCCCAB6) is known color: Moon Mist. HEX triplet: CC, CA and B6. RGB value is (204,202,182). Sum of RGB (Red+Green+Blue) = 204+202+182=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 182 (71.48% from 255 or 30.95% from 588); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCAB6 is #333549. Grayscale: #C8C8C8. Windows color (decimal): -3355978 or 11979468. OLE color: 11979468.
HSL color Cylindrical-coordinate representation of color #CCCAB6: hue angle of 54.55º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCCAB6 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 202 | 182 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.2 |
| HSL | 54.55º | 0.18% | 0.76% | - |
| HSV(B) | 54.55º | 0.11% | 0.8% | - |
| XYZ | 54.47 | 58.46 | 52.67 | - |
| YUV | 200.32 | 117.66 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 202 | 182 | 0 | 0.01 | 0.11 | 0.2 | 54.55 | 0.18 | 0.76 |
| Hex | CC | CA | B6 | 0 | 1 | B | 14 | 37 | 12 | 4C |
| Octal | 314 | 312 | 266 | 0 | 1 | 13 | 24 | 67 | 22 | 114 |
| Binary | 11001100 | 11001010 | 10110110 | 0 | 1 | 1011 | 10100 | 110111 | 10010 | 1001100 |
Color Harmonies of #CCCAB6
Complementary color
Monochromatic Colors of #CCCAB6
Black with #CCCAB6
Text Example
Text Example
White with #CCCAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCAB6; }
p { color: rgb(204,202,182); }
H1.HeaderClassName
{
color: #CCCAB6;
}
.AnyTagClassName
{
color: #CCCAB6;
}
</style>
background-color css
<style>
a { background-color: #CCCAB6; }
a { background-color: rgb(204,202,182); }
div.DivClassName
{
background-color: #CCCAB6;
}
.BgClassName
{
background-color: #CCCAB6;
}
</style>
border-color css
<style>
span { border-color: #CCCAB6; }
span { border-color: rgb(204,202,182); }
td.TdClassName
{
border-color: #CCCAB6;
}
.TagClassName
{
border-color: #CCCAB6;
}
</style>