Shades of Cold Turkey #CEB2B2
Tints of Cold Turkey #CEB2B2
RGB
CMYK
RGB Variations
Color information
#CEB2B2 (or 0xCEB2B2) is known color: Cold Turkey. HEX triplet: CE, B2 and B2. RGB value is (206,178,178). Sum of RGB (Red+Green+Blue) = 206+178+178=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 178 (69.92% from 255 or 31.67% from 562); Blue value is 178 (69.92% from 255 or 31.67% from 562); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB2B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB2B2 is #314D4D. Grayscale: #BABABA. Windows color (decimal): -3231054 or 11711182. OLE color: 11711182.
HSL color Cylindrical-coordinate representation of color #CEB2B2: hue angle of 0º degrees, saturation: 0.22, 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 #CEB2B2 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 178 | 178 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.19 |
| HSL | 0º | 0.22% | 0.75% | - |
| HSV(B) | 0º | 0.14% | 0.81% | - |
| XYZ | 49.41 | 48.18 | 48.81 | - |
| YUV | 186.37 | 123.28 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 178 | 178 | 0 | 0.14 | 0.14 | 0.19 | 0 | 0.22 | 0.75 |
| Hex | CE | B2 | B2 | 0 | E | E | 13 | 0 | 16 | 4B |
| Octal | 316 | 262 | 262 | 0 | 16 | 16 | 23 | 0 | 26 | 113 |
| Binary | 11001110 | 10110010 | 10110010 | 0 | 1110 | 1110 | 10011 | 0 | 10110 | 1001011 |
Color Harmonies of #CEB2B2
Complementary color
Monochromatic Colors of #CEB2B2
Black with #CEB2B2
Text Example
Text Example
White with #CEB2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB2B2; }
p { color: rgb(206,178,178); }
H1.HeaderClassName
{
color: #CEB2B2;
}
.AnyTagClassName
{
color: #CEB2B2;
}
</style>
background-color css
<style>
a { background-color: #CEB2B2; }
a { background-color: rgb(206,178,178); }
div.DivClassName
{
background-color: #CEB2B2;
}
.BgClassName
{
background-color: #CEB2B2;
}
</style>
border-color css
<style>
span { border-color: #CEB2B2; }
span { border-color: rgb(206,178,178); }
td.TdClassName
{
border-color: #CEB2B2;
}
.TagClassName
{
border-color: #CEB2B2;
}
</style>