Shades of Cold Turkey #CEBDBA
Tints of Cold Turkey #CEBDBA
RGB
CMYK
RGB Variations
Color information
#CEBDBA (or 0xCEBDBA) is known color: Cold Turkey. HEX triplet: CE, BD and BA. RGB value is (206,189,186). Sum of RGB (Red+Green+Blue) = 206+189+186=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 189 (74.22% from 255 or 32.53% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBDBA is #314245. Grayscale: #C1C1C1. Windows color (decimal): -3228230 or 12238286. OLE color: 12238286.
HSL color Cylindrical-coordinate representation of color #CEBDBA: hue angle of 9º 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 #CEBDBA is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 189 | 186 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.19 |
| HSL | 9º | 0.17% | 0.77% | - |
| HSV(B) | 9º | 0.1% | 0.81% | - |
| XYZ | 52.51 | 53.06 | 53.93 | - |
| YUV | 193.74 | 123.63 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 186 | 0 | 0.08 | 0.10 | 0.19 | 9 | 0.17 | 0.77 |
| Hex | CE | BD | BA | 0 | 8 | A | 13 | 9 | 11 | 4D |
| Octal | 316 | 275 | 272 | 0 | 10 | 12 | 23 | 11 | 21 | 115 |
| Binary | 11001110 | 10111101 | 10111010 | 0 | 1000 | 1010 | 10011 | 1001 | 10001 | 1001101 |
Color Harmonies of #CEBDBA
Complementary color
Monochromatic Colors of #CEBDBA
Black with #CEBDBA
Text Example
Text Example
White with #CEBDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBDBA; }
p { color: rgb(206,189,186); }
H1.HeaderClassName
{
color: #CEBDBA;
}
.AnyTagClassName
{
color: #CEBDBA;
}
</style>
background-color css
<style>
a { background-color: #CEBDBA; }
a { background-color: rgb(206,189,186); }
div.DivClassName
{
background-color: #CEBDBA;
}
.BgClassName
{
background-color: #CEBDBA;
}
</style>
border-color css
<style>
span { border-color: #CEBDBA; }
span { border-color: rgb(206,189,186); }
td.TdClassName
{
border-color: #CEBDBA;
}
.TagClassName
{
border-color: #CEBDBA;
}
</style>