Shades of Swiss Coffee #CFCBC9
Tints of Swiss Coffee #CFCBC9
RGB
CMYK
RGB Variations
Color information
#CFCBC9 (or 0xCFCBC9) is known color: Swiss Coffee. HEX triplet: CF, CB and C9. RGB value is (207,203,201). Sum of RGB (Red+Green+Blue) = 207+203+201=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 203 (79.69% from 255 or 33.22% from 611); Blue value is 201 (78.91% from 255 or 32.90% from 611); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCBC9 is #303436. Grayscale: #CBCBCB. Windows color (decimal): -3159095 or 13224911. OLE color: 13224911.
HSL color Cylindrical-coordinate representation of color #CFCBC9: hue angle of 20º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CFCBC9 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 203 | 201 | - |
CMYK | 0 | 0.02 | 0.03 | 0.19 |
HSL | 20º | 0.06% | 0.8% | - |
HSV(B) | 20º | 0.03% | 0.81% | - |
XYZ | 57.63 | 60.19 | 63.84 | - |
YUV | 203.97 | 126.33 | 130.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 203 | 201 | 0 | 0.02 | 0.03 | 0.19 | 20 | 0.06 | 0.8 |
Hex | CF | CB | C9 | 0 | 2 | 3 | 13 | 14 | 6 | 50 |
Octal | 317 | 313 | 311 | 0 | 2 | 3 | 23 | 24 | 6 | 120 |
Binary | 11001111 | 11001011 | 11001001 | 0 | 10 | 11 | 10011 | 10100 | 110 | 1010000 |
Color Harmonies of #CFCBC9
Complementary color
Monochromatic Colors of #CFCBC9
Black with #CFCBC9
Text Example
Text Example
White with #CFCBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCBC9; }
p { color: rgb(207,203,201); }
H1.HeaderClassName
{
color: #CFCBC9;
}
.AnyTagClassName
{
color: #CFCBC9;
}
</style>
background-color css
<style>
a { background-color: #CFCBC9; }
a { background-color: rgb(207,203,201); }
div.DivClassName
{
background-color: #CFCBC9;
}
.BgClassName
{
background-color: #CFCBC9;
}
</style>
border-color css
<style>
span { border-color: #CFCBC9; }
span { border-color: rgb(207,203,201); }
td.TdClassName
{
border-color: #CFCBC9;
}
.TagClassName
{
border-color: #CFCBC9;
}
</style>