Shades of Cold Turkey #C9BBB8
Tints of Cold Turkey #C9BBB8
RGB
CMYK
RGB Variations
Color information
#C9BBB8 (or 0xC9BBB8) is known color: Cold Turkey. HEX triplet: C9, BB and B8. RGB value is (201,187,184). Sum of RGB (Red+Green+Blue) = 201+187+184=572 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.14% from 572); Green value is 187 (73.44% from 255 or 32.69% from 572); Blue value is 184 (72.27% from 255 or 32.17% from 572); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BBB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BBB8 is #364447. Grayscale: #BEBEBE. Windows color (decimal): -3556424 or 12106697. OLE color: 12106697.
HSL color Cylindrical-coordinate representation of color #C9BBB8: hue angle of 10.59º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9BBB8 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 187 | 184 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.21 |
| HSL | 10.59º | 0.14% | 0.75% | - |
| HSV(B) | 10.59º | 0.08% | 0.79% | - |
| XYZ | 50.51 | 51.42 | 52.61 | - |
| YUV | 190.84 | 124.14 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 187 | 184 | 0 | 0.07 | 0.08 | 0.21 | 10.59 | 0.14 | 0.75 |
| Hex | C9 | BB | B8 | 0 | 7 | 8 | 15 | B | E | 4B |
| Octal | 311 | 273 | 270 | 0 | 7 | 10 | 25 | 13 | 16 | 113 |
| Binary | 11001001 | 10111011 | 10111000 | 0 | 111 | 1000 | 10101 | 1011 | 1110 | 1001011 |
Color Harmonies of #C9BBB8
Complementary color
Monochromatic Colors of #C9BBB8
Black with #C9BBB8
Text Example
Text Example
White with #C9BBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BBB8; }
p { color: rgb(201,187,184); }
H1.HeaderClassName
{
color: #C9BBB8;
}
.AnyTagClassName
{
color: #C9BBB8;
}
</style>
background-color css
<style>
a { background-color: #C9BBB8; }
a { background-color: rgb(201,187,184); }
div.DivClassName
{
background-color: #C9BBB8;
}
.BgClassName
{
background-color: #C9BBB8;
}
</style>
border-color css
<style>
span { border-color: #C9BBB8; }
span { border-color: rgb(201,187,184); }
td.TdClassName
{
border-color: #C9BBB8;
}
.TagClassName
{
border-color: #C9BBB8;
}
</style>