Shades of Melanie #CCC7C8
Tints of Melanie #CCC7C8
RGB
CMYK
RGB Variations
Color information
#CCC7C8 (or 0xCCC7C8) is known color: Melanie. HEX triplet: CC, C7 and C8. RGB value is (204,199,200). Sum of RGB (Red+Green+Blue) = 204+199+200=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 199 (78.12% from 255 or 33.00% from 603); Blue value is 200 (78.52% from 255 or 33.17% from 603); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC7C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC7C8 is #333837. Grayscale: #C8C8C8. Windows color (decimal): -3356728 or 13158348. OLE color: 13158348.
HSL color Cylindrical-coordinate representation of color #CCC7C8: hue angle of 348º degrees, saturation: 0.05, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CCC7C8 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 199 | 200 | - |
CMYK | 0 | 0.02 | 0.02 | 0.2 |
HSL | 348º | 0.05% | 0.79% | - |
HSV(B) | 348º | 0.02% | 0.8% | - |
XYZ | 55.75 | 57.85 | 62.87 | - |
YUV | 200.61 | 127.66 | 130.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 199 | 200 | 0 | 0.02 | 0.02 | 0.2 | 348 | 0.05 | 0.79 |
Hex | CC | C7 | C8 | 0 | 2 | 2 | 14 | 15C | 5 | 4F |
Octal | 314 | 307 | 310 | 0 | 2 | 2 | 24 | 534 | 5 | 117 |
Binary | 11001100 | 11000111 | 11001000 | 0 | 10 | 10 | 10100 | 101011100 | 101 | 1001111 |
Color Harmonies of #CCC7C8
Complementary color
Monochromatic Colors of #CCC7C8
Black with #CCC7C8
Text Example
Text Example
White with #CCC7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC7C8; }
p { color: rgb(204,199,200); }
H1.HeaderClassName
{
color: #CCC7C8;
}
.AnyTagClassName
{
color: #CCC7C8;
}
</style>
background-color css
<style>
a { background-color: #CCC7C8; }
a { background-color: rgb(204,199,200); }
div.DivClassName
{
background-color: #CCC7C8;
}
.BgClassName
{
background-color: #CCC7C8;
}
</style>
border-color css
<style>
span { border-color: #CCC7C8; }
span { border-color: rgb(204,199,200); }
td.TdClassName
{
border-color: #CCC7C8;
}
.TagClassName
{
border-color: #CCC7C8;
}
</style>