Shades of Swiss Coffee #D6C7C0
Tints of Swiss Coffee #D6C7C0
RGB
CMYK
RGB Variations
Color information
#D6C7C0 (or 0xD6C7C0) is known color: Swiss Coffee. HEX triplet: D6, C7 and C0. RGB value is (214,199,192). Sum of RGB (Red+Green+Blue) = 214+199+192=605 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.37% from 605); Green value is 199 (78.12% from 255 or 32.89% from 605); Blue value is 192 (75.39% from 255 or 31.74% from 605); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C7C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C7C0 is #29383F. Grayscale: #CACACA. Windows color (decimal): -2701376 or 12634070. OLE color: 12634070.
HSL color Cylindrical-coordinate representation of color #D6C7C0: hue angle of 19.09º degrees, saturation: 0.21, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6C7C0 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 199 | 192 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.16 |
| HSL | 19.09º | 0.21% | 0.8% | - |
| HSV(B) | 19.09º | 0.1% | 0.84% | - |
| XYZ | 57.67 | 58.95 | 58.21 | - |
| YUV | 202.69 | 121.97 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 199 | 192 | 0 | 0.07 | 0.10 | 0.16 | 19.09 | 0.21 | 0.8 |
| Hex | D6 | C7 | C0 | 0 | 7 | A | 10 | 13 | 15 | 50 |
| Octal | 326 | 307 | 300 | 0 | 7 | 12 | 20 | 23 | 25 | 120 |
| Binary | 11010110 | 11000111 | 11000000 | 0 | 111 | 1010 | 10000 | 10011 | 10101 | 1010000 |
Color Harmonies of #D6C7C0
Complementary color
Monochromatic Colors of #D6C7C0
Black with #D6C7C0
Text Example
Text Example
White with #D6C7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C7C0; }
p { color: rgb(214,199,192); }
H1.HeaderClassName
{
color: #D6C7C0;
}
.AnyTagClassName
{
color: #D6C7C0;
}
</style>
background-color css
<style>
a { background-color: #D6C7C0; }
a { background-color: rgb(214,199,192); }
div.DivClassName
{
background-color: #D6C7C0;
}
.BgClassName
{
background-color: #D6C7C0;
}
</style>
border-color css
<style>
span { border-color: #D6C7C0; }
span { border-color: rgb(214,199,192); }
td.TdClassName
{
border-color: #D6C7C0;
}
.TagClassName
{
border-color: #D6C7C0;
}
</style>