Shades of Cold Turkey #C7BCBA
Tints of Cold Turkey #C7BCBA
RGB
CMYK
RGB Variations
Color information
#C7BCBA (or 0xC7BCBA) is known color: Cold Turkey. HEX triplet: C7, BC and BA. RGB value is (199,188,186). Sum of RGB (Red+Green+Blue) = 199+188+186=573 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.73% from 573); Green value is 188 (73.83% from 255 or 32.81% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BCBA is #384345. Grayscale: #BFBFBF. Windows color (decimal): -3687238 or 12238023. OLE color: 12238023.
HSL color Cylindrical-coordinate representation of color #C7BCBA: hue angle of 9.23º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C7BCBA is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 188 | 186 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.22 |
| HSL | 9.23º | 0.1% | 0.75% | - |
| HSV(B) | 9.23º | 0.07% | 0.78% | - |
| XYZ | 50.4 | 51.65 | 53.77 | - |
| YUV | 191.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 188 | 186 | 0 | 0.06 | 0.07 | 0.22 | 9.23 | 0.1 | 0.75 |
| Hex | C7 | BC | BA | 0 | 6 | 7 | 16 | 9 | A | 4B |
| Octal | 307 | 274 | 272 | 0 | 6 | 7 | 26 | 11 | 12 | 113 |
| Binary | 11000111 | 10111100 | 10111010 | 0 | 110 | 111 | 10110 | 1001 | 1010 | 1001011 |
Color Harmonies of #C7BCBA
Complementary color
Monochromatic Colors of #C7BCBA
Black with #C7BCBA
Text Example
Text Example
White with #C7BCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BCBA; }
p { color: rgb(199,188,186); }
H1.HeaderClassName
{
color: #C7BCBA;
}
.AnyTagClassName
{
color: #C7BCBA;
}
</style>
background-color css
<style>
a { background-color: #C7BCBA; }
a { background-color: rgb(199,188,186); }
div.DivClassName
{
background-color: #C7BCBA;
}
.BgClassName
{
background-color: #C7BCBA;
}
</style>
border-color css
<style>
span { border-color: #C7BCBA; }
span { border-color: rgb(199,188,186); }
td.TdClassName
{
border-color: #C7BCBA;
}
.TagClassName
{
border-color: #C7BCBA;
}
</style>