Shades of Cold Turkey #C4BCBA
Tints of Cold Turkey #C4BCBA
RGB
CMYK
RGB Variations
Color information
#C4BCBA (or 0xC4BCBA) is known color: Cold Turkey. HEX triplet: C4, BC and BA. RGB value is (196,188,186). Sum of RGB (Red+Green+Blue) = 196+188+186=570 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.39% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 186 (73.05% from 255 or 32.63% from 570); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BCBA is #3B4345. Grayscale: #BEBEBE. Windows color (decimal): -3883846 or 12238020. OLE color: 12238020.
HSL color Cylindrical-coordinate representation of color #C4BCBA: hue angle of 12º degrees, saturation: 0.08, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C4BCBA is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 188 | 186 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.23 |
| HSL | 12º | 0.08% | 0.75% | - |
| HSV(B) | 12º | 0.05% | 0.77% | - |
| XYZ | 49.61 | 51.25 | 53.73 | - |
| YUV | 190.16 | 125.65 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 188 | 186 | 0 | 0.04 | 0.05 | 0.23 | 12 | 0.08 | 0.75 |
| Hex | C4 | BC | BA | 0 | 4 | 5 | 17 | C | 8 | 4B |
| Octal | 304 | 274 | 272 | 0 | 4 | 5 | 27 | 14 | 10 | 113 |
| Binary | 11000100 | 10111100 | 10111010 | 0 | 100 | 101 | 10111 | 1100 | 1000 | 1001011 |
Color Harmonies of #C4BCBA
Complementary color
Monochromatic Colors of #C4BCBA
Black with #C4BCBA
Text Example
Text Example
White with #C4BCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BCBA; }
p { color: rgb(196,188,186); }
H1.HeaderClassName
{
color: #C4BCBA;
}
.AnyTagClassName
{
color: #C4BCBA;
}
</style>
background-color css
<style>
a { background-color: #C4BCBA; }
a { background-color: rgb(196,188,186); }
div.DivClassName
{
background-color: #C4BCBA;
}
.BgClassName
{
background-color: #C4BCBA;
}
</style>
border-color css
<style>
span { border-color: #C4BCBA; }
span { border-color: rgb(196,188,186); }
td.TdClassName
{
border-color: #C4BCBA;
}
.TagClassName
{
border-color: #C4BCBA;
}
</style>