Shades of Cold Turkey #D2BABA
Tints of Cold Turkey #D2BABA
RGB
CMYK
RGB Variations
Color information
#D2BABA (or 0xD2BABA) is known color: Cold Turkey. HEX triplet: D2, BA and BA. RGB value is (210,186,186). Sum of RGB (Red+Green+Blue) = 210+186+186=582 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.08% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 186 (73.05% from 255 or 31.96% from 582); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BABA is #2D4545. Grayscale: #C1C1C1. Windows color (decimal): -2966854 or 12237522. OLE color: 12237522.
HSL color Cylindrical-coordinate representation of color #D2BABA: hue angle of 0º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2BABA is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 186 | 186 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.18 |
| HSL | 0º | 0.21% | 0.78% | - |
| HSV(B) | 0º | 0.11% | 0.82% | - |
| XYZ | 53 | 52.36 | 53.77 | - |
| YUV | 193.18 | 123.95 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 186 | 0 | 0.11 | 0.11 | 0.18 | 0 | 0.21 | 0.78 |
| Hex | D2 | BA | BA | 0 | B | B | 12 | 0 | 15 | 4E |
| Octal | 322 | 272 | 272 | 0 | 13 | 13 | 22 | 0 | 25 | 116 |
| Binary | 11010010 | 10111010 | 10111010 | 0 | 1011 | 1011 | 10010 | 0 | 10101 | 1001110 |
Color Harmonies of #D2BABA
Complementary color
Monochromatic Colors of #D2BABA
Black with #D2BABA
Text Example
Text Example
White with #D2BABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BABA; }
p { color: rgb(210,186,186); }
H1.HeaderClassName
{
color: #D2BABA;
}
.AnyTagClassName
{
color: #D2BABA;
}
</style>
background-color css
<style>
a { background-color: #D2BABA; }
a { background-color: rgb(210,186,186); }
div.DivClassName
{
background-color: #D2BABA;
}
.BgClassName
{
background-color: #D2BABA;
}
</style>
border-color css
<style>
span { border-color: #D2BABA; }
span { border-color: rgb(210,186,186); }
td.TdClassName
{
border-color: #D2BABA;
}
.TagClassName
{
border-color: #D2BABA;
}
</style>