Shades of Melrose #C9C6D0
Tints of Melrose #C9C6D0
RGB
CMYK
RGB Variations
Color information
#C9C6D0 (or 0xC9C6D0) is known color: Melrose. HEX triplet: C9, C6 and D0. RGB value is (201,198,208). Sum of RGB (Red+Green+Blue) = 201+198+208=607 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.11% from 607); Green value is 198 (77.73% from 255 or 32.62% from 607); Blue value is 208 (81.64% from 255 or 34.27% from 607); Max value from RGB is 208 - color contains mainly: blue. Hex color #C9C6D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C6D0 is #36392F. Grayscale: #C8C8C8. Windows color (decimal): -3553584 or 13682377. OLE color: 13682377.
HSL color Cylindrical-coordinate representation of color #C9C6D0: hue angle of 258º degrees, saturation: 0.1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C9C6D0 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 201 | 198 | 208 | - |
CMYK | 0.03 | 0.05 | 0 | 0.18 |
HSL | 258º | 0.1% | 0.8% | - |
HSV(B) | 258º | 0.05% | 0.82% | - |
XYZ | 55.67 | 57.36 | 67.81 | - |
YUV | 200.04 | 132.49 | 128.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 198 | 208 | 0.03 | 0.05 | 0 | 0.18 | 258 | 0.1 | 0.8 |
Hex | C9 | C6 | D0 | 3 | 5 | 0 | 12 | 102 | A | 50 |
Octal | 311 | 306 | 320 | 3 | 5 | 0 | 22 | 402 | 12 | 120 |
Binary | 11001001 | 11000110 | 11010000 | 11 | 101 | 0 | 10010 | 100000010 | 1010 | 1010000 |
Color Harmonies of #C9C6D0
Complementary color
Monochromatic Colors of #C9C6D0
Black with #C9C6D0
Text Example
Text Example
White with #C9C6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C6D0; }
p { color: rgb(201,198,208); }
H1.HeaderClassName
{
color: #C9C6D0;
}
.AnyTagClassName
{
color: #C9C6D0;
}
</style>
background-color css
<style>
a { background-color: #C9C6D0; }
a { background-color: rgb(201,198,208); }
div.DivClassName
{
background-color: #C9C6D0;
}
.BgClassName
{
background-color: #C9C6D0;
}
</style>
border-color css
<style>
span { border-color: #C9C6D0; }
span { border-color: rgb(201,198,208); }
td.TdClassName
{
border-color: #C9C6D0;
}
.TagClassName
{
border-color: #C9C6D0;
}
</style>