Shades of Cold Turkey #CEADAC
Tints of Cold Turkey #CEADAC
RGB
CMYK
RGB Variations
Color information
#CEADAC (or 0xCEADAC) is known color: Cold Turkey. HEX triplet: CE, AD and AC. RGB value is (206,173,172). Sum of RGB (Red+Green+Blue) = 206+173+172=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 206 - color contains mainly: red. Hex color #CEADAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEADAC is #315253. Grayscale: #B6B6B6. Windows color (decimal): -3232340 or 11316686. OLE color: 11316686.
HSL color Cylindrical-coordinate representation of color #CEADAC: hue angle of 1.76º 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 #CEADAC is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 173 | 172 | - |
| CMYK | 0 | 0.16 | 0.17 | 0.19 |
| HSL | 1.76º | 0.26% | 0.74% | - |
| HSV(B) | 1.76º | 0.17% | 0.81% | - |
| XYZ | 47.84 | 45.99 | 45.38 | - |
| YUV | 182.75 | 121.93 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 172 | 0 | 0.16 | 0.17 | 0.19 | 1.76 | 0.26 | 0.74 |
| Hex | CE | AD | AC | 0 | 10 | 11 | 13 | 2 | 1A | 4A |
| Octal | 316 | 255 | 254 | 0 | 20 | 21 | 23 | 2 | 32 | 112 |
| Binary | 11001110 | 10101101 | 10101100 | 0 | 10000 | 10001 | 10011 | 10 | 11010 | 1001010 |
Color Harmonies of #CEADAC
Complementary color
Monochromatic Colors of #CEADAC
Black with #CEADAC
Text Example
Text Example
White with #CEADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEADAC; }
p { color: rgb(206,173,172); }
H1.HeaderClassName
{
color: #CEADAC;
}
.AnyTagClassName
{
color: #CEADAC;
}
</style>
background-color css
<style>
a { background-color: #CEADAC; }
a { background-color: rgb(206,173,172); }
div.DivClassName
{
background-color: #CEADAC;
}
.BgClassName
{
background-color: #CEADAC;
}
</style>
border-color css
<style>
span { border-color: #CEADAC; }
span { border-color: rgb(206,173,172); }
td.TdClassName
{
border-color: #CEADAC;
}
.TagClassName
{
border-color: #CEADAC;
}
</style>