Shades of Melrose #C6C2CE
Tints of Melrose #C6C2CE
RGB
CMYK
RGB Variations
Color information
#C6C2CE (or 0xC6C2CE) is known color: Melrose. HEX triplet: C6, C2 and CE. RGB value is (198,194,206). Sum of RGB (Red+Green+Blue) = 198+194+206=598 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.11% from 598); Green value is 194 (76.17% from 255 or 32.44% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 206 - color contains mainly: blue. Hex color #C6C2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C2CE is #393D31. Grayscale: #C4C4C4. Windows color (decimal): -3751218 or 13550278. OLE color: 13550278.
HSL color Cylindrical-coordinate representation of color #C6C2CE: hue angle of 260º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C6C2CE is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 194 | 206 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.19 |
| HSL | 260º | 0.11% | 0.78% | - |
| HSV(B) | 260º | 0.06% | 0.81% | - |
| XYZ | 53.72 | 55.05 | 66.19 | - |
| YUV | 196.56 | 133.33 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 194 | 206 | 0.04 | 0.06 | 0 | 0.19 | 260 | 0.11 | 0.78 |
| Hex | C6 | C2 | CE | 4 | 6 | 0 | 13 | 104 | B | 4E |
| Octal | 306 | 302 | 316 | 4 | 6 | 0 | 23 | 404 | 13 | 116 |
| Binary | 11000110 | 11000010 | 11001110 | 100 | 110 | 0 | 10011 | 100000100 | 1011 | 1001110 |
Color Harmonies of #C6C2CE
Complementary color
Monochromatic Colors of #C6C2CE
Black with #C6C2CE
Text Example
Text Example
White with #C6C2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C2CE; }
p { color: rgb(198,194,206); }
H1.HeaderClassName
{
color: #C6C2CE;
}
.AnyTagClassName
{
color: #C6C2CE;
}
</style>
background-color css
<style>
a { background-color: #C6C2CE; }
a { background-color: rgb(198,194,206); }
div.DivClassName
{
background-color: #C6C2CE;
}
.BgClassName
{
background-color: #C6C2CE;
}
</style>
border-color css
<style>
span { border-color: #C6C2CE; }
span { border-color: rgb(198,194,206); }
td.TdClassName
{
border-color: #C6C2CE;
}
.TagClassName
{
border-color: #C6C2CE;
}
</style>