Shades of Swiss Coffee #CFC7C3
Tints of Swiss Coffee #CFC7C3
RGB
CMYK
RGB Variations
Color information
#CFC7C3 (or 0xCFC7C3) is known color: Swiss Coffee. HEX triplet: CF, C7 and C3. RGB value is (207,199,195). Sum of RGB (Red+Green+Blue) = 207+199+195=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 199 (78.12% from 255 or 33.11% from 601); Blue value is 195 (76.56% from 255 or 32.45% from 601); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC7C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC7C3 is #30383C. Grayscale: #C8C8C8. Windows color (decimal): -3160125 or 12830671. OLE color: 12830671.
HSL color Cylindrical-coordinate representation of color #CFC7C3: hue angle of 20º degrees, saturation: 0.11, 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 #CFC7C3 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 195 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.19 |
| HSL | 20º | 0.11% | 0.79% | - |
| HSV(B) | 20º | 0.06% | 0.81% | - |
| XYZ | 56.01 | 58.05 | 59.88 | - |
| YUV | 200.94 | 124.65 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 195 | 0 | 0.04 | 0.06 | 0.19 | 20 | 0.11 | 0.79 |
| Hex | CF | C7 | C3 | 0 | 4 | 6 | 13 | 14 | B | 4F |
| Octal | 317 | 307 | 303 | 0 | 4 | 6 | 23 | 24 | 13 | 117 |
| Binary | 11001111 | 11000111 | 11000011 | 0 | 100 | 110 | 10011 | 10100 | 1011 | 1001111 |
Color Harmonies of #CFC7C3
Complementary color
Monochromatic Colors of #CFC7C3
Black with #CFC7C3
Text Example
Text Example
White with #CFC7C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC7C3; }
p { color: rgb(207,199,195); }
H1.HeaderClassName
{
color: #CFC7C3;
}
.AnyTagClassName
{
color: #CFC7C3;
}
</style>
background-color css
<style>
a { background-color: #CFC7C3; }
a { background-color: rgb(207,199,195); }
div.DivClassName
{
background-color: #CFC7C3;
}
.BgClassName
{
background-color: #CFC7C3;
}
</style>
border-color css
<style>
span { border-color: #CFC7C3; }
span { border-color: rgb(207,199,195); }
td.TdClassName
{
border-color: #CFC7C3;
}
.TagClassName
{
border-color: #CFC7C3;
}
</style>