Shades of Melanie #CCC6C7
Tints of Melanie #CCC6C7
RGB
CMYK
RGB Variations
Color information
#CCC6C7 (or 0xCCC6C7) is known color: Melanie. HEX triplet: CC, C6 and C7. RGB value is (204,198,199). Sum of RGB (Red+Green+Blue) = 204+198+199=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 198 (77.73% from 255 or 32.95% from 601); Blue value is 199 (78.12% from 255 or 33.11% from 601); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC6C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC6C7 is #333938. Grayscale: #C7C7C7. Windows color (decimal): -3356985 or 13092556. OLE color: 13092556.
HSL color Cylindrical-coordinate representation of color #CCC6C7: hue angle of 350º degrees, saturation: 0.06, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CCC6C7 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 198 | 199 | - |
CMYK | 0 | 0.03 | 0.02 | 0.2 |
HSL | 350º | 0.06% | 0.79% | - |
HSV(B) | 350º | 0.03% | 0.8% | - |
XYZ | 55.4 | 57.35 | 62.18 | - |
YUV | 199.91 | 127.49 | 130.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 198 | 199 | 0 | 0.03 | 0.02 | 0.2 | 350 | 0.06 | 0.79 |
Hex | CC | C6 | C7 | 0 | 3 | 2 | 14 | 15E | 6 | 4F |
Octal | 314 | 306 | 307 | 0 | 3 | 2 | 24 | 536 | 6 | 117 |
Binary | 11001100 | 11000110 | 11000111 | 0 | 11 | 10 | 10100 | 101011110 | 110 | 1001111 |
Color Harmonies of #CCC6C7
Complementary color
Monochromatic Colors of #CCC6C7
Black with #CCC6C7
Text Example
Text Example
White with #CCC6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC6C7; }
p { color: rgb(204,198,199); }
H1.HeaderClassName
{
color: #CCC6C7;
}
.AnyTagClassName
{
color: #CCC6C7;
}
</style>
background-color css
<style>
a { background-color: #CCC6C7; }
a { background-color: rgb(204,198,199); }
div.DivClassName
{
background-color: #CCC6C7;
}
.BgClassName
{
background-color: #CCC6C7;
}
</style>
border-color css
<style>
span { border-color: #CCC6C7; }
span { border-color: rgb(204,198,199); }
td.TdClassName
{
border-color: #CCC6C7;
}
.TagClassName
{
border-color: #CCC6C7;
}
</style>