Shades of Cold Turkey #CEB2B1
Tints of Cold Turkey #CEB2B1
RGB
CMYK
RGB Variations
Color information
#CEB2B1 (or 0xCEB2B1) is known color: Cold Turkey. HEX triplet: CE, B2 and B1. RGB value is (206,178,177). Sum of RGB (Red+Green+Blue) = 206+178+177=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 178 (69.92% from 255 or 31.73% from 561); Blue value is 177 (69.53% from 255 or 31.55% from 561); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB2B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB2B1 is #314D4E. Grayscale: #BABABA. Windows color (decimal): -3231055 or 11645646. OLE color: 11645646.
HSL color Cylindrical-coordinate representation of color #CEB2B1: hue angle of 2.07º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEB2B1 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 178 | 177 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.19 |
| HSL | 2.07º | 0.23% | 0.75% | - |
| HSV(B) | 2.07º | 0.14% | 0.81% | - |
| XYZ | 49.31 | 48.14 | 48.29 | - |
| YUV | 186.26 | 122.78 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 178 | 177 | 0 | 0.14 | 0.14 | 0.19 | 2.07 | 0.23 | 0.75 |
| Hex | CE | B2 | B1 | 0 | E | E | 13 | 2 | 17 | 4B |
| Octal | 316 | 262 | 261 | 0 | 16 | 16 | 23 | 2 | 27 | 113 |
| Binary | 11001110 | 10110010 | 10110001 | 0 | 1110 | 1110 | 10011 | 10 | 10111 | 1001011 |
Color Harmonies of #CEB2B1
Complementary color
Monochromatic Colors of #CEB2B1
Black with #CEB2B1
Text Example
Text Example
White with #CEB2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB2B1; }
p { color: rgb(206,178,177); }
H1.HeaderClassName
{
color: #CEB2B1;
}
.AnyTagClassName
{
color: #CEB2B1;
}
</style>
background-color css
<style>
a { background-color: #CEB2B1; }
a { background-color: rgb(206,178,177); }
div.DivClassName
{
background-color: #CEB2B1;
}
.BgClassName
{
background-color: #CEB2B1;
}
</style>
border-color css
<style>
span { border-color: #CEB2B1; }
span { border-color: rgb(206,178,177); }
td.TdClassName
{
border-color: #CEB2B1;
}
.TagClassName
{
border-color: #CEB2B1;
}
</style>