Shades of Moon Mist #CCCAB1
Tints of Moon Mist #CCCAB1
RGB
CMYK
RGB Variations
Color information
#CCCAB1 (or 0xCCCAB1) is known color: Moon Mist. HEX triplet: CC, CA and B1. RGB value is (204,202,177). Sum of RGB (Red+Green+Blue) = 204+202+177=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 202 (79.30% from 255 or 34.65% from 583); Blue value is 177 (69.53% from 255 or 30.36% from 583); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCAB1 is #33354E. Grayscale: #C7C7C7. Windows color (decimal): -3355983 or 11651788. OLE color: 11651788.
HSL color Cylindrical-coordinate representation of color #CCCAB1: hue angle of 55.56º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCCAB1 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 202 | 177 | - |
CMYK | 0 | 0.01 | 0.13 | 0.2 |
HSL | 55.56º | 0.21% | 0.75% | - |
HSV(B) | 55.56º | 0.13% | 0.8% | - |
XYZ | 53.96 | 58.25 | 49.99 | - |
YUV | 199.75 | 115.16 | 131.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 202 | 177 | 0 | 0.01 | 0.13 | 0.2 | 55.56 | 0.21 | 0.75 |
Hex | CC | CA | B1 | 0 | 1 | D | 14 | 38 | 15 | 4B |
Octal | 314 | 312 | 261 | 0 | 1 | 15 | 24 | 70 | 25 | 113 |
Binary | 11001100 | 11001010 | 10110001 | 0 | 1 | 1101 | 10100 | 111000 | 10101 | 1001011 |
Color Harmonies of #CCCAB1
Complementary color
Monochromatic Colors of #CCCAB1
Black with #CCCAB1
Text Example
Text Example
White with #CCCAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCAB1; }
p { color: rgb(204,202,177); }
H1.HeaderClassName
{
color: #CCCAB1;
}
.AnyTagClassName
{
color: #CCCAB1;
}
</style>
background-color css
<style>
a { background-color: #CCCAB1; }
a { background-color: rgb(204,202,177); }
div.DivClassName
{
background-color: #CCCAB1;
}
.BgClassName
{
background-color: #CCCAB1;
}
</style>
border-color css
<style>
span { border-color: #CCCAB1; }
span { border-color: rgb(204,202,177); }
td.TdClassName
{
border-color: #CCCAB1;
}
.TagClassName
{
border-color: #CCCAB1;
}
</style>