Shades of Cold Turkey #CEBAB7
Tints of Cold Turkey #CEBAB7
RGB
CMYK
RGB Variations
Color information
#CEBAB7 (or 0xCEBAB7) is known color: Cold Turkey. HEX triplet: CE, BA and B7. RGB value is (206,186,183). Sum of RGB (Red+Green+Blue) = 206+186+183=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 183 (71.88% from 255 or 31.83% from 575); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBAB7 is #314548. Grayscale: #BFBFBF. Windows color (decimal): -3229001 or 12040910. OLE color: 12040910.
HSL color Cylindrical-coordinate representation of color #CEBAB7: hue angle of 7.83º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEBAB7 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 186 | 183 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.19 |
| HSL | 7.83º | 0.19% | 0.76% | - |
| HSV(B) | 7.83º | 0.11% | 0.81% | - |
| XYZ | 51.56 | 51.66 | 52.05 | - |
| YUV | 191.64 | 123.13 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 183 | 0 | 0.10 | 0.11 | 0.19 | 7.83 | 0.19 | 0.76 |
| Hex | CE | BA | B7 | 0 | A | B | 13 | 8 | 13 | 4C |
| Octal | 316 | 272 | 267 | 0 | 12 | 13 | 23 | 10 | 23 | 114 |
| Binary | 11001110 | 10111010 | 10110111 | 0 | 1010 | 1011 | 10011 | 1000 | 10011 | 1001100 |
Color Harmonies of #CEBAB7
Complementary color
Monochromatic Colors of #CEBAB7
Black with #CEBAB7
Text Example
Text Example
White with #CEBAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBAB7; }
p { color: rgb(206,186,183); }
H1.HeaderClassName
{
color: #CEBAB7;
}
.AnyTagClassName
{
color: #CEBAB7;
}
</style>
background-color css
<style>
a { background-color: #CEBAB7; }
a { background-color: rgb(206,186,183); }
div.DivClassName
{
background-color: #CEBAB7;
}
.BgClassName
{
background-color: #CEBAB7;
}
</style>
border-color css
<style>
span { border-color: #CEBAB7; }
span { border-color: rgb(206,186,183); }
td.TdClassName
{
border-color: #CEBAB7;
}
.TagClassName
{
border-color: #CEBAB7;
}
</style>