Shades of Cold Turkey #CEB7B6
Tints of Cold Turkey #CEB7B6
RGB
CMYK
RGB Variations
Color information
#CEB7B6 (or 0xCEB7B6) is known color: Cold Turkey. HEX triplet: CE, B7 and B6. RGB value is (206,183,182). Sum of RGB (Red+Green+Blue) = 206+183+182=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 183 (71.88% from 255 or 32.05% from 571); Blue value is 182 (71.48% from 255 or 31.87% from 571); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB7B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB7B6 is #314849. Grayscale: #BDBDBD. Windows color (decimal): -3229770 or 11974606. OLE color: 11974606.
HSL color Cylindrical-coordinate representation of color #CEB7B6: hue angle of 2.5º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEB7B6 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 183 | 182 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.19 |
| HSL | 2.5º | 0.2% | 0.76% | - |
| HSV(B) | 2.5º | 0.12% | 0.81% | - |
| XYZ | 50.83 | 50.37 | 51.3 | - |
| YUV | 189.76 | 123.62 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 182 | 0 | 0.11 | 0.12 | 0.19 | 2.5 | 0.2 | 0.76 |
| Hex | CE | B7 | B6 | 0 | B | C | 13 | 2 | 14 | 4C |
| Octal | 316 | 267 | 266 | 0 | 13 | 14 | 23 | 2 | 24 | 114 |
| Binary | 11001110 | 10110111 | 10110110 | 0 | 1011 | 1100 | 10011 | 10 | 10100 | 1001100 |
Color Harmonies of #CEB7B6
Complementary color
Monochromatic Colors of #CEB7B6
Black with #CEB7B6
Text Example
Text Example
White with #CEB7B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB7B6; }
p { color: rgb(206,183,182); }
H1.HeaderClassName
{
color: #CEB7B6;
}
.AnyTagClassName
{
color: #CEB7B6;
}
</style>
background-color css
<style>
a { background-color: #CEB7B6; }
a { background-color: rgb(206,183,182); }
div.DivClassName
{
background-color: #CEB7B6;
}
.BgClassName
{
background-color: #CEB7B6;
}
</style>
border-color css
<style>
span { border-color: #CEB7B6; }
span { border-color: rgb(206,183,182); }
td.TdClassName
{
border-color: #CEB7B6;
}
.TagClassName
{
border-color: #CEB7B6;
}
</style>