Shades of Cold Turkey #C9BBBA
Tints of Cold Turkey #C9BBBA
RGB
CMYK
RGB Variations
Color information
#C9BBBA (or 0xC9BBBA) is known color: Cold Turkey. HEX triplet: C9, BB and BA. RGB value is (201,187,186). Sum of RGB (Red+Green+Blue) = 201+187+186=574 (76% of max value = 765). Red value is 201 (78.91% from 255 or 35.02% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 186 (73.05% from 255 or 32.40% from 574); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BBBA is #364445. Grayscale: #BFBFBF. Windows color (decimal): -3556422 or 12237769. OLE color: 12237769.
HSL color Cylindrical-coordinate representation of color #C9BBBA: hue angle of 4º degrees, saturation: 0.12, 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 #C9BBBA is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 187 | 186 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.21 |
| HSL | 4º | 0.12% | 0.76% | - |
| HSV(B) | 4º | 0.07% | 0.79% | - |
| XYZ | 50.72 | 51.5 | 53.72 | - |
| YUV | 191.07 | 125.14 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 187 | 186 | 0 | 0.07 | 0.07 | 0.21 | 4 | 0.12 | 0.76 |
| Hex | C9 | BB | BA | 0 | 7 | 7 | 15 | 4 | C | 4C |
| Octal | 311 | 273 | 272 | 0 | 7 | 7 | 25 | 4 | 14 | 114 |
| Binary | 11001001 | 10111011 | 10111010 | 0 | 111 | 111 | 10101 | 100 | 1100 | 1001100 |
Color Harmonies of #C9BBBA
Complementary color
Monochromatic Colors of #C9BBBA
Black with #C9BBBA
Text Example
Text Example
White with #C9BBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BBBA; }
p { color: rgb(201,187,186); }
H1.HeaderClassName
{
color: #C9BBBA;
}
.AnyTagClassName
{
color: #C9BBBA;
}
</style>
background-color css
<style>
a { background-color: #C9BBBA; }
a { background-color: rgb(201,187,186); }
div.DivClassName
{
background-color: #C9BBBA;
}
.BgClassName
{
background-color: #C9BBBA;
}
</style>
border-color css
<style>
span { border-color: #C9BBBA; }
span { border-color: rgb(201,187,186); }
td.TdClassName
{
border-color: #C9BBBA;
}
.TagClassName
{
border-color: #C9BBBA;
}
</style>