Shades of Cold Turkey #CEBAB9
Tints of Cold Turkey #CEBAB9
RGB
CMYK
RGB Variations
Color information
#CEBAB9 (or 0xCEBAB9) is known color: Cold Turkey. HEX triplet: CE, BA and B9. RGB value is (206,186,185). Sum of RGB (Red+Green+Blue) = 206+186+185=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 185 (72.66% from 255 or 32.06% from 577); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBAB9 is #314546. Grayscale: #BFBFBF. Windows color (decimal): -3228999 or 12171982. OLE color: 12171982.
HSL color Cylindrical-coordinate representation of color #CEBAB9: hue angle of 2.86º 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 #CEBAB9 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 186 | 185 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.19 |
| HSL | 2.86º | 0.18% | 0.77% | - |
| HSV(B) | 2.86º | 0.1% | 0.81% | - |
| XYZ | 51.77 | 51.74 | 53.16 | - |
| YUV | 191.87 | 124.13 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 185 | 0 | 0.10 | 0.10 | 0.19 | 2.86 | 0.18 | 0.77 |
| Hex | CE | BA | B9 | 0 | A | A | 13 | 3 | 12 | 4D |
| Octal | 316 | 272 | 271 | 0 | 12 | 12 | 23 | 3 | 22 | 115 |
| Binary | 11001110 | 10111010 | 10111001 | 0 | 1010 | 1010 | 10011 | 11 | 10010 | 1001101 |
Color Harmonies of #CEBAB9
Complementary color
Monochromatic Colors of #CEBAB9
Black with #CEBAB9
Text Example
Text Example
White with #CEBAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBAB9; }
p { color: rgb(206,186,185); }
H1.HeaderClassName
{
color: #CEBAB9;
}
.AnyTagClassName
{
color: #CEBAB9;
}
</style>
background-color css
<style>
a { background-color: #CEBAB9; }
a { background-color: rgb(206,186,185); }
div.DivClassName
{
background-color: #CEBAB9;
}
.BgClassName
{
background-color: #CEBAB9;
}
</style>
border-color css
<style>
span { border-color: #CEBAB9; }
span { border-color: rgb(206,186,185); }
td.TdClassName
{
border-color: #CEBAB9;
}
.TagClassName
{
border-color: #CEBAB9;
}
</style>