Shades of Swiss Coffee #D7C8C0
Tints of Swiss Coffee #D7C8C0
RGB
CMYK
RGB Variations
Color information
#D7C8C0 (or 0xD7C8C0) is known color: Swiss Coffee. HEX triplet: D7, C8 and C0. RGB value is (215,200,192). Sum of RGB (Red+Green+Blue) = 215+200+192=607 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.42% from 607); Green value is 200 (78.52% from 255 or 32.95% from 607); Blue value is 192 (75.39% from 255 or 31.63% from 607); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C8C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C8C0 is #28373F. Grayscale: #CBCBCB. Windows color (decimal): -2635584 or 12634327. OLE color: 12634327.
HSL color Cylindrical-coordinate representation of color #D7C8C0: hue angle of 20.87º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7C8C0 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 200 | 192 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.16 |
| HSL | 20.87º | 0.22% | 0.8% | - |
| HSV(B) | 20.87º | 0.11% | 0.84% | - |
| XYZ | 58.19 | 59.56 | 58.3 | - |
| YUV | 203.57 | 121.47 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 200 | 192 | 0 | 0.07 | 0.11 | 0.16 | 20.87 | 0.22 | 0.8 |
| Hex | D7 | C8 | C0 | 0 | 7 | B | 10 | 15 | 16 | 50 |
| Octal | 327 | 310 | 300 | 0 | 7 | 13 | 20 | 25 | 26 | 120 |
| Binary | 11010111 | 11001000 | 11000000 | 0 | 111 | 1011 | 10000 | 10101 | 10110 | 1010000 |
Color Harmonies of #D7C8C0
Complementary color
Monochromatic Colors of #D7C8C0
Black with #D7C8C0
Text Example
Text Example
White with #D7C8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C8C0; }
p { color: rgb(215,200,192); }
H1.HeaderClassName
{
color: #D7C8C0;
}
.AnyTagClassName
{
color: #D7C8C0;
}
</style>
background-color css
<style>
a { background-color: #D7C8C0; }
a { background-color: rgb(215,200,192); }
div.DivClassName
{
background-color: #D7C8C0;
}
.BgClassName
{
background-color: #D7C8C0;
}
</style>
border-color css
<style>
span { border-color: #D7C8C0; }
span { border-color: rgb(215,200,192); }
td.TdClassName
{
border-color: #D7C8C0;
}
.TagClassName
{
border-color: #D7C8C0;
}
</style>