Shades of Cold Turkey #CFBABA
Tints of Cold Turkey #CFBABA
RGB
CMYK
RGB Variations
Color information
#CFBABA (or 0xCFBABA) is known color: Cold Turkey. HEX triplet: CF, BA and BA. RGB value is (207,186,186). Sum of RGB (Red+Green+Blue) = 207+186+186=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBABA is #304545. Grayscale: #C0C0C0. Windows color (decimal): -3163462 or 12237519. OLE color: 12237519.
HSL color Cylindrical-coordinate representation of color #CFBABA: hue angle of 0º degrees, saturation: 0.18, 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 #CFBABA is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 186 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.19 |
| HSL | 0º | 0.18% | 0.77% | - |
| HSV(B) | 0º | 0.1% | 0.81% | - |
| XYZ | 52.15 | 51.93 | 53.73 | - |
| YUV | 192.28 | 124.46 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 186 | 0 | 0.10 | 0.10 | 0.19 | 0 | 0.18 | 0.77 |
| Hex | CF | BA | BA | 0 | A | A | 13 | 0 | 12 | 4D |
| Octal | 317 | 272 | 272 | 0 | 12 | 12 | 23 | 0 | 22 | 115 |
| Binary | 11001111 | 10111010 | 10111010 | 0 | 1010 | 1010 | 10011 | 0 | 10010 | 1001101 |
Color Harmonies of #CFBABA
Complementary color
Monochromatic Colors of #CFBABA
Black with #CFBABA
Text Example
Text Example
White with #CFBABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBABA; }
p { color: rgb(207,186,186); }
H1.HeaderClassName
{
color: #CFBABA;
}
.AnyTagClassName
{
color: #CFBABA;
}
</style>
background-color css
<style>
a { background-color: #CFBABA; }
a { background-color: rgb(207,186,186); }
div.DivClassName
{
background-color: #CFBABA;
}
.BgClassName
{
background-color: #CFBABA;
}
</style>
border-color css
<style>
span { border-color: #CFBABA; }
span { border-color: rgb(207,186,186); }
td.TdClassName
{
border-color: #CFBABA;
}
.TagClassName
{
border-color: #CFBABA;
}
</style>