Shades of Cold Turkey #CEBABA
Tints of Cold Turkey #CEBABA
RGB
CMYK
RGB Variations
Color information
#CEBABA (or 0xCEBABA) is known color: Cold Turkey. HEX triplet: CE, BA and BA. RGB value is (206,186,186). Sum of RGB (Red+Green+Blue) = 206+186+186=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBABA is #314545. Grayscale: #C0C0C0. Windows color (decimal): -3228998 or 12237518. OLE color: 12237518.
HSL color Cylindrical-coordinate representation of color #CEBABA: hue angle of 0º 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 #CEBABA is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 186 | 186 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.19 |
| HSL | 0º | 0.17% | 0.77% | - |
| HSV(B) | 0º | 0.1% | 0.81% | - |
| XYZ | 51.88 | 51.78 | 53.72 | - |
| YUV | 191.98 | 124.63 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 186 | 0 | 0.10 | 0.10 | 0.19 | 0 | 0.17 | 0.77 |
| Hex | CE | BA | BA | 0 | A | A | 13 | 0 | 11 | 4D |
| Octal | 316 | 272 | 272 | 0 | 12 | 12 | 23 | 0 | 21 | 115 |
| Binary | 11001110 | 10111010 | 10111010 | 0 | 1010 | 1010 | 10011 | 0 | 10001 | 1001101 |
Color Harmonies of #CEBABA
Complementary color
Monochromatic Colors of #CEBABA
Black with #CEBABA
Text Example
Text Example
White with #CEBABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBABA; }
p { color: rgb(206,186,186); }
H1.HeaderClassName
{
color: #CEBABA;
}
.AnyTagClassName
{
color: #CEBABA;
}
</style>
background-color css
<style>
a { background-color: #CEBABA; }
a { background-color: rgb(206,186,186); }
div.DivClassName
{
background-color: #CEBABA;
}
.BgClassName
{
background-color: #CEBABA;
}
</style>
border-color css
<style>
span { border-color: #CEBABA; }
span { border-color: rgb(206,186,186); }
td.TdClassName
{
border-color: #CEBABA;
}
.TagClassName
{
border-color: #CEBABA;
}
</style>