Shades of Cold Turkey #C8BDBB
Tints of Cold Turkey #C8BDBB
RGB
CMYK
RGB Variations
Color information
#C8BDBB (or 0xC8BDBB) is known color: Cold Turkey. HEX triplet: C8, BD and BB. RGB value is (200,189,187). Sum of RGB (Red+Green+Blue) = 200+189+187=576 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.72% from 576); Green value is 189 (74.22% from 255 or 32.81% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BDBB is #374244. Grayscale: #C0C0C0. Windows color (decimal): -3621445 or 12303816. OLE color: 12303816.
HSL color Cylindrical-coordinate representation of color #C8BDBB: hue angle of 9.23º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C8BDBB is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 189 | 187 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.22 |
| HSL | 9.23º | 0.11% | 0.76% | - |
| HSV(B) | 9.23º | 0.07% | 0.78% | - |
| XYZ | 50.99 | 52.26 | 54.41 | - |
| YUV | 192.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 189 | 187 | 0 | 0.06 | 0.06 | 0.22 | 9.23 | 0.11 | 0.76 |
| Hex | C8 | BD | BB | 0 | 6 | 6 | 16 | 9 | B | 4C |
| Octal | 310 | 275 | 273 | 0 | 6 | 6 | 26 | 11 | 13 | 114 |
| Binary | 11001000 | 10111101 | 10111011 | 0 | 110 | 110 | 10110 | 1001 | 1011 | 1001100 |
Color Harmonies of #C8BDBB
Complementary color
Monochromatic Colors of #C8BDBB
Black with #C8BDBB
Text Example
Text Example
White with #C8BDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BDBB; }
p { color: rgb(200,189,187); }
H1.HeaderClassName
{
color: #C8BDBB;
}
.AnyTagClassName
{
color: #C8BDBB;
}
</style>
background-color css
<style>
a { background-color: #C8BDBB; }
a { background-color: rgb(200,189,187); }
div.DivClassName
{
background-color: #C8BDBB;
}
.BgClassName
{
background-color: #C8BDBB;
}
</style>
border-color css
<style>
span { border-color: #C8BDBB; }
span { border-color: rgb(200,189,187); }
td.TdClassName
{
border-color: #C8BDBB;
}
.TagClassName
{
border-color: #C8BDBB;
}
</style>