Shades of Cold Turkey #CFBCBA
Tints of Cold Turkey #CFBCBA
RGB
CMYK
RGB Variations
Color information
#CFBCBA (or 0xCFBCBA) is known color: Cold Turkey. HEX triplet: CF, BC and BA. RGB value is (207,188,186). Sum of RGB (Red+Green+Blue) = 207+188+186=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 188 (73.83% from 255 or 32.36% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBCBA is #304345. Grayscale: #C1C1C1. Windows color (decimal): -3162950 or 12238031. OLE color: 12238031.
HSL color Cylindrical-coordinate representation of color #CFBCBA: hue angle of 5.71º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFBCBA is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 186 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.19 |
| HSL | 5.71º | 0.18% | 0.77% | - |
| HSV(B) | 5.71º | 0.1% | 0.81% | - |
| XYZ | 52.58 | 52.78 | 53.87 | - |
| YUV | 193.45 | 123.79 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 186 | 0 | 0.09 | 0.10 | 0.19 | 5.71 | 0.18 | 0.77 |
| Hex | CF | BC | BA | 0 | 9 | A | 13 | 6 | 12 | 4D |
| Octal | 317 | 274 | 272 | 0 | 11 | 12 | 23 | 6 | 22 | 115 |
| Binary | 11001111 | 10111100 | 10111010 | 0 | 1001 | 1010 | 10011 | 110 | 10010 | 1001101 |
Color Harmonies of #CFBCBA
Complementary color
Monochromatic Colors of #CFBCBA
Black with #CFBCBA
Text Example
Text Example
White with #CFBCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBCBA; }
p { color: rgb(207,188,186); }
H1.HeaderClassName
{
color: #CFBCBA;
}
.AnyTagClassName
{
color: #CFBCBA;
}
</style>
background-color css
<style>
a { background-color: #CFBCBA; }
a { background-color: rgb(207,188,186); }
div.DivClassName
{
background-color: #CFBCBA;
}
.BgClassName
{
background-color: #CFBCBA;
}
</style>
border-color css
<style>
span { border-color: #CFBCBA; }
span { border-color: rgb(207,188,186); }
td.TdClassName
{
border-color: #CFBCBA;
}
.TagClassName
{
border-color: #CFBCBA;
}
</style>