Shades of Moon Mist #CCCAB2
Tints of Moon Mist #CCCAB2
RGB
CMYK
RGB Variations
Color information
#CCCAB2 (or 0xCCCAB2) is known color: Moon Mist. HEX triplet: CC, CA and B2. RGB value is (204,202,178). Sum of RGB (Red+Green+Blue) = 204+202+178=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 178 (69.92% from 255 or 30.48% from 584); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCAB2 is #33354D. Grayscale: #C7C7C7. Windows color (decimal): -3355982 or 11717324. OLE color: 11717324.
HSL color Cylindrical-coordinate representation of color #CCCAB2: hue angle of 55.38º degrees, saturation: 0.2, 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 #CCCAB2 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 202 | 178 | - |
CMYK | 0 | 0.01 | 0.13 | 0.2 |
HSL | 55.38º | 0.2% | 0.75% | - |
HSV(B) | 55.38º | 0.13% | 0.8% | - |
XYZ | 54.06 | 58.29 | 50.52 | - |
YUV | 199.86 | 115.66 | 130.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 202 | 178 | 0 | 0.01 | 0.13 | 0.2 | 55.38 | 0.2 | 0.75 |
Hex | CC | CA | B2 | 0 | 1 | D | 14 | 37 | 14 | 4B |
Octal | 314 | 312 | 262 | 0 | 1 | 15 | 24 | 67 | 24 | 113 |
Binary | 11001100 | 11001010 | 10110010 | 0 | 1 | 1101 | 10100 | 110111 | 10100 | 1001011 |
Color Harmonies of #CCCAB2
Complementary color
Monochromatic Colors of #CCCAB2
Black with #CCCAB2
Text Example
Text Example
White with #CCCAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCAB2; }
p { color: rgb(204,202,178); }
H1.HeaderClassName
{
color: #CCCAB2;
}
.AnyTagClassName
{
color: #CCCAB2;
}
</style>
background-color css
<style>
a { background-color: #CCCAB2; }
a { background-color: rgb(204,202,178); }
div.DivClassName
{
background-color: #CCCAB2;
}
.BgClassName
{
background-color: #CCCAB2;
}
</style>
border-color css
<style>
span { border-color: #CCCAB2; }
span { border-color: rgb(204,202,178); }
td.TdClassName
{
border-color: #CCCAB2;
}
.TagClassName
{
border-color: #CCCAB2;
}
</style>