Shades of Melanie #CCC1C4
Tints of Melanie #CCC1C4
RGB
CMYK
RGB Variations
Color information
#CCC1C4 (or 0xCCC1C4) is known color: Melanie. HEX triplet: CC, C1 and C4. RGB value is (204,193,196). Sum of RGB (Red+Green+Blue) = 204+193+196=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 193 (75.78% from 255 or 32.55% from 593); Blue value is 196 (76.95% from 255 or 33.05% from 593); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC1C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC1C4 is #333E3B. Grayscale: #C4C4C4. Windows color (decimal): -3358268 or 12894668. OLE color: 12894668.
HSL color Cylindrical-coordinate representation of color #CCC1C4: hue angle of 343.64º degrees, saturation: 0.1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CCC1C4 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 193 | 196 | - |
CMYK | 0 | 0.05 | 0.04 | 0.2 |
HSL | 343.64º | 0.1% | 0.78% | - |
HSV(B) | 343.64º | 0.05% | 0.8% | - |
XYZ | 53.94 | 54.96 | 59.99 | - |
YUV | 196.63 | 127.64 | 133.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 193 | 196 | 0 | 0.05 | 0.04 | 0.2 | 343.64 | 0.1 | 0.78 |
Hex | CC | C1 | C4 | 0 | 5 | 4 | 14 | 158 | A | 4E |
Octal | 314 | 301 | 304 | 0 | 5 | 4 | 24 | 530 | 12 | 116 |
Binary | 11001100 | 11000001 | 11000100 | 0 | 101 | 100 | 10100 | 101011000 | 1010 | 1001110 |
Color Harmonies of #CCC1C4
Complementary color
Monochromatic Colors of #CCC1C4
Black with #CCC1C4
Text Example
Text Example
White with #CCC1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC1C4; }
p { color: rgb(204,193,196); }
H1.HeaderClassName
{
color: #CCC1C4;
}
.AnyTagClassName
{
color: #CCC1C4;
}
</style>
background-color css
<style>
a { background-color: #CCC1C4; }
a { background-color: rgb(204,193,196); }
div.DivClassName
{
background-color: #CCC1C4;
}
.BgClassName
{
background-color: #CCC1C4;
}
</style>
border-color css
<style>
span { border-color: #CCC1C4; }
span { border-color: rgb(204,193,196); }
td.TdClassName
{
border-color: #CCC1C4;
}
.TagClassName
{
border-color: #CCC1C4;
}
</style>