Shades of Cold Turkey #CFBDBB
Tints of Cold Turkey #CFBDBB
RGB
CMYK
RGB Variations
Color information
#CFBDBB (or 0xCFBDBB) is known color: Cold Turkey. HEX triplet: CF, BD and BB. RGB value is (207,189,187). Sum of RGB (Red+Green+Blue) = 207+189+187=583 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.51% from 583); Green value is 189 (74.22% from 255 or 32.42% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBDBB is #304244. Grayscale: #C2C2C2. Windows color (decimal): -3162693 or 12303823. OLE color: 12303823.
HSL color Cylindrical-coordinate representation of color #CFBDBB: hue angle of 6º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFBDBB is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 187 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.19 |
| HSL | 6º | 0.17% | 0.77% | - |
| HSV(B) | 6º | 0.1% | 0.81% | - |
| XYZ | 52.9 | 53.25 | 54.5 | - |
| YUV | 194.15 | 123.96 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 187 | 0 | 0.09 | 0.10 | 0.19 | 6 | 0.17 | 0.77 |
| Hex | CF | BD | BB | 0 | 9 | A | 13 | 6 | 11 | 4D |
| Octal | 317 | 275 | 273 | 0 | 11 | 12 | 23 | 6 | 21 | 115 |
| Binary | 11001111 | 10111101 | 10111011 | 0 | 1001 | 1010 | 10011 | 110 | 10001 | 1001101 |
Color Harmonies of #CFBDBB
Complementary color
Monochromatic Colors of #CFBDBB
Black with #CFBDBB
Text Example
Text Example
White with #CFBDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBDBB; }
p { color: rgb(207,189,187); }
H1.HeaderClassName
{
color: #CFBDBB;
}
.AnyTagClassName
{
color: #CFBDBB;
}
</style>
background-color css
<style>
a { background-color: #CFBDBB; }
a { background-color: rgb(207,189,187); }
div.DivClassName
{
background-color: #CFBDBB;
}
.BgClassName
{
background-color: #CFBDBB;
}
</style>
border-color css
<style>
span { border-color: #CFBDBB; }
span { border-color: rgb(207,189,187); }
td.TdClassName
{
border-color: #CFBDBB;
}
.TagClassName
{
border-color: #CFBDBB;
}
</style>