Shades of Cold Turkey #C9BCBB
Tints of Cold Turkey #C9BCBB
RGB
CMYK
RGB Variations
Color information
#C9BCBB (or 0xC9BCBB) is known color: Cold Turkey. HEX triplet: C9, BC and BB. RGB value is (201,188,187). Sum of RGB (Red+Green+Blue) = 201+188+187=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 188 (73.83% from 255 or 32.64% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BCBB is #364344. Grayscale: #BFBFBF. Windows color (decimal): -3556165 or 12303561. OLE color: 12303561.
HSL color Cylindrical-coordinate representation of color #C9BCBB: hue angle of 4.29º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C9BCBB is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 188 | 187 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.21 |
| HSL | 4.29º | 0.11% | 0.76% | - |
| HSV(B) | 4.29º | 0.07% | 0.79% | - |
| XYZ | 51.04 | 51.97 | 54.36 | - |
| YUV | 191.77 | 125.31 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 188 | 187 | 0 | 0.06 | 0.07 | 0.21 | 4.29 | 0.11 | 0.76 |
| Hex | C9 | BC | BB | 0 | 6 | 7 | 15 | 4 | B | 4C |
| Octal | 311 | 274 | 273 | 0 | 6 | 7 | 25 | 4 | 13 | 114 |
| Binary | 11001001 | 10111100 | 10111011 | 0 | 110 | 111 | 10101 | 100 | 1011 | 1001100 |
Color Harmonies of #C9BCBB
Complementary color
Monochromatic Colors of #C9BCBB
Black with #C9BCBB
Text Example
Text Example
White with #C9BCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BCBB; }
p { color: rgb(201,188,187); }
H1.HeaderClassName
{
color: #C9BCBB;
}
.AnyTagClassName
{
color: #C9BCBB;
}
</style>
background-color css
<style>
a { background-color: #C9BCBB; }
a { background-color: rgb(201,188,187); }
div.DivClassName
{
background-color: #C9BCBB;
}
.BgClassName
{
background-color: #C9BCBB;
}
</style>
border-color css
<style>
span { border-color: #C9BCBB; }
span { border-color: rgb(201,188,187); }
td.TdClassName
{
border-color: #C9BCBB;
}
.TagClassName
{
border-color: #C9BCBB;
}
</style>