Shades of Cold Turkey #CEACAB
Tints of Cold Turkey #CEACAB
RGB
CMYK
RGB Variations
Color information
#CEACAB (or 0xCEACAB) is known color: Cold Turkey. HEX triplet: CE, AC and AB. RGB value is (206,172,171). Sum of RGB (Red+Green+Blue) = 206+172+171=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 206 - color contains mainly: red. Hex color #CEACAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEACAB is #315354. Grayscale: #B6B6B6. Windows color (decimal): -3232597 or 11250894. OLE color: 11250894.
HSL color Cylindrical-coordinate representation of color #CEACAB: hue angle of 1.71º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEACAB is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 172 | 171 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.19 |
| HSL | 1.71º | 0.26% | 0.74% | - |
| HSV(B) | 1.71º | 0.17% | 0.81% | - |
| XYZ | 47.56 | 45.57 | 44.82 | - |
| YUV | 182.05 | 121.76 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 171 | 0 | 0.17 | 0.17 | 0.19 | 1.71 | 0.26 | 0.74 |
| Hex | CE | AC | AB | 0 | 11 | 11 | 13 | 2 | 1A | 4A |
| Octal | 316 | 254 | 253 | 0 | 21 | 21 | 23 | 2 | 32 | 112 |
| Binary | 11001110 | 10101100 | 10101011 | 0 | 10001 | 10001 | 10011 | 10 | 11010 | 1001010 |
Color Harmonies of #CEACAB
Complementary color
Monochromatic Colors of #CEACAB
Black with #CEACAB
Text Example
Text Example
White with #CEACAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEACAB; }
p { color: rgb(206,172,171); }
H1.HeaderClassName
{
color: #CEACAB;
}
.AnyTagClassName
{
color: #CEACAB;
}
</style>
background-color css
<style>
a { background-color: #CEACAB; }
a { background-color: rgb(206,172,171); }
div.DivClassName
{
background-color: #CEACAB;
}
.BgClassName
{
background-color: #CEACAB;
}
</style>
border-color css
<style>
span { border-color: #CEACAB; }
span { border-color: rgb(206,172,171); }
td.TdClassName
{
border-color: #CEACAB;
}
.TagClassName
{
border-color: #CEACAB;
}
</style>