Shades of Melrose #C6C2CF
Tints of Melrose #C6C2CF
RGB
CMYK
RGB Variations
Color information
#C6C2CF (or 0xC6C2CF) is known color: Melrose. HEX triplet: C6, C2 and CF. RGB value is (198,194,207). Sum of RGB (Red+Green+Blue) = 198+194+207=599 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.06% from 599); Green value is 194 (76.17% from 255 or 32.39% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 207 - color contains mainly: blue. Hex color #C6C2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C2CF is #393D30. Grayscale: #C4C4C4. Windows color (decimal): -3751217 or 13615814. OLE color: 13615814.
HSL color Cylindrical-coordinate representation of color #C6C2CF: hue angle of 258.46º degrees, saturation: 0.12, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C6C2CF is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 194 | 207 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.19 |
| HSL | 258.46º | 0.12% | 0.79% | - |
| HSV(B) | 258.46º | 0.06% | 0.81% | - |
| XYZ | 53.84 | 55.09 | 66.83 | - |
| YUV | 196.68 | 133.83 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 194 | 207 | 0.04 | 0.06 | 0 | 0.19 | 258.46 | 0.12 | 0.79 |
| Hex | C6 | C2 | CF | 4 | 6 | 0 | 13 | 102 | C | 4F |
| Octal | 306 | 302 | 317 | 4 | 6 | 0 | 23 | 402 | 14 | 117 |
| Binary | 11000110 | 11000010 | 11001111 | 100 | 110 | 0 | 10011 | 100000010 | 1100 | 1001111 |
Color Harmonies of #C6C2CF
Complementary color
Monochromatic Colors of #C6C2CF
Black with #C6C2CF
Text Example
Text Example
White with #C6C2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C2CF; }
p { color: rgb(198,194,207); }
H1.HeaderClassName
{
color: #C6C2CF;
}
.AnyTagClassName
{
color: #C6C2CF;
}
</style>
background-color css
<style>
a { background-color: #C6C2CF; }
a { background-color: rgb(198,194,207); }
div.DivClassName
{
background-color: #C6C2CF;
}
.BgClassName
{
background-color: #C6C2CF;
}
</style>
border-color css
<style>
span { border-color: #C6C2CF; }
span { border-color: rgb(198,194,207); }
td.TdClassName
{
border-color: #C6C2CF;
}
.TagClassName
{
border-color: #C6C2CF;
}
</style>