Shades of Cold Turkey #CEBDB9
Tints of Cold Turkey #CEBDB9
RGB
CMYK
RGB Variations
Color information
#CEBDB9 (or 0xCEBDB9) is known color: Cold Turkey. HEX triplet: CE, BD and B9. RGB value is (206,189,185). Sum of RGB (Red+Green+Blue) = 206+189+185=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 185 (72.66% from 255 or 31.90% from 580); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBDB9 is #314246. Grayscale: #C1C1C1. Windows color (decimal): -3228231 or 12172750. OLE color: 12172750.
HSL color Cylindrical-coordinate representation of color #CEBDB9: hue angle of 11.43º 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 #CEBDB9 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 189 | 185 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.19 |
| HSL | 11.43º | 0.18% | 0.77% | - |
| HSV(B) | 11.43º | 0.1% | 0.81% | - |
| XYZ | 52.41 | 53.02 | 53.37 | - |
| YUV | 193.63 | 123.13 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 185 | 0 | 0.08 | 0.10 | 0.19 | 11.43 | 0.18 | 0.77 |
| Hex | CE | BD | B9 | 0 | 8 | A | 13 | B | 12 | 4D |
| Octal | 316 | 275 | 271 | 0 | 10 | 12 | 23 | 13 | 22 | 115 |
| Binary | 11001110 | 10111101 | 10111001 | 0 | 1000 | 1010 | 10011 | 1011 | 10010 | 1001101 |
Color Harmonies of #CEBDB9
Complementary color
Monochromatic Colors of #CEBDB9
Black with #CEBDB9
Text Example
Text Example
White with #CEBDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBDB9; }
p { color: rgb(206,189,185); }
H1.HeaderClassName
{
color: #CEBDB9;
}
.AnyTagClassName
{
color: #CEBDB9;
}
</style>
background-color css
<style>
a { background-color: #CEBDB9; }
a { background-color: rgb(206,189,185); }
div.DivClassName
{
background-color: #CEBDB9;
}
.BgClassName
{
background-color: #CEBDB9;
}
</style>
border-color css
<style>
span { border-color: #CEBDB9; }
span { border-color: rgb(206,189,185); }
td.TdClassName
{
border-color: #CEBDB9;
}
.TagClassName
{
border-color: #CEBDB9;
}
</style>