Shades of Cold Turkey #CEBCBA
Tints of Cold Turkey #CEBCBA
RGB
CMYK
RGB Variations
Color information
#CEBCBA (or 0xCEBCBA) is known color: Cold Turkey. HEX triplet: CE, BC and BA. RGB value is (206,188,186). Sum of RGB (Red+Green+Blue) = 206+188+186=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 188 (73.83% from 255 or 32.41% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBCBA is #314345. Grayscale: #C1C1C1. Windows color (decimal): -3228486 or 12238030. OLE color: 12238030.
HSL color Cylindrical-coordinate representation of color #CEBCBA: hue angle of 6º 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 #CEBCBA is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 188 | 186 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.19 |
| HSL | 6º | 0.17% | 0.77% | - |
| HSV(B) | 6º | 0.1% | 0.81% | - |
| XYZ | 52.3 | 52.63 | 53.86 | - |
| YUV | 193.15 | 123.96 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 188 | 186 | 0 | 0.09 | 0.10 | 0.19 | 6 | 0.17 | 0.77 |
| Hex | CE | BC | BA | 0 | 9 | A | 13 | 6 | 11 | 4D |
| Octal | 316 | 274 | 272 | 0 | 11 | 12 | 23 | 6 | 21 | 115 |
| Binary | 11001110 | 10111100 | 10111010 | 0 | 1001 | 1010 | 10011 | 110 | 10001 | 1001101 |
Color Harmonies of #CEBCBA
Complementary color
Monochromatic Colors of #CEBCBA
Black with #CEBCBA
Text Example
Text Example
White with #CEBCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBCBA; }
p { color: rgb(206,188,186); }
H1.HeaderClassName
{
color: #CEBCBA;
}
.AnyTagClassName
{
color: #CEBCBA;
}
</style>
background-color css
<style>
a { background-color: #CEBCBA; }
a { background-color: rgb(206,188,186); }
div.DivClassName
{
background-color: #CEBCBA;
}
.BgClassName
{
background-color: #CEBCBA;
}
</style>
border-color css
<style>
span { border-color: #CEBCBA; }
span { border-color: rgb(206,188,186); }
td.TdClassName
{
border-color: #CEBCBA;
}
.TagClassName
{
border-color: #CEBCBA;
}
</style>