Shades of Cold Turkey #D0BABA
Tints of Cold Turkey #D0BABA
RGB
CMYK
RGB Variations
Color information
#D0BABA (or 0xD0BABA) is known color: Cold Turkey. HEX triplet: D0, BA and BA. RGB value is (208,186,186). Sum of RGB (Red+Green+Blue) = 208+186+186=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 186 (73.05% from 255 or 32.07% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BABA is #2F4545. Grayscale: #C0C0C0. Windows color (decimal): -3097926 or 12237520. OLE color: 12237520.
HSL color Cylindrical-coordinate representation of color #D0BABA: hue angle of 0º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0BABA is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 186 | 186 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.18 |
| HSL | 0º | 0.19% | 0.77% | - |
| HSV(B) | 0º | 0.11% | 0.82% | - |
| XYZ | 52.43 | 52.07 | 53.74 | - |
| YUV | 192.58 | 124.29 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 186 | 0 | 0.11 | 0.11 | 0.18 | 0 | 0.19 | 0.77 |
| Hex | D0 | BA | BA | 0 | B | B | 12 | 0 | 13 | 4D |
| Octal | 320 | 272 | 272 | 0 | 13 | 13 | 22 | 0 | 23 | 115 |
| Binary | 11010000 | 10111010 | 10111010 | 0 | 1011 | 1011 | 10010 | 0 | 10011 | 1001101 |
Color Harmonies of #D0BABA
Complementary color
Monochromatic Colors of #D0BABA
Black with #D0BABA
Text Example
Text Example
White with #D0BABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BABA; }
p { color: rgb(208,186,186); }
H1.HeaderClassName
{
color: #D0BABA;
}
.AnyTagClassName
{
color: #D0BABA;
}
</style>
background-color css
<style>
a { background-color: #D0BABA; }
a { background-color: rgb(208,186,186); }
div.DivClassName
{
background-color: #D0BABA;
}
.BgClassName
{
background-color: #D0BABA;
}
</style>
border-color css
<style>
span { border-color: #D0BABA; }
span { border-color: rgb(208,186,186); }
td.TdClassName
{
border-color: #D0BABA;
}
.TagClassName
{
border-color: #D0BABA;
}
</style>