Shades of Cold Turkey #CEACAA
Tints of Cold Turkey #CEACAA
RGB
CMYK
RGB Variations
Color information
#CEACAA (or 0xCEACAA) is known color: Cold Turkey. HEX triplet: CE, AC and AA. RGB value is (206,172,170). Sum of RGB (Red+Green+Blue) = 206+172+170=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 172 (67.58% from 255 or 31.39% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 206 - color contains mainly: red. Hex color #CEACAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEACAA is #315355. Grayscale: #B5B5B5. Windows color (decimal): -3232598 or 11185358. OLE color: 11185358.
HSL color Cylindrical-coordinate representation of color #CEACAA: hue angle of 3.33º degrees, saturation: 0.27, 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 #CEACAA is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 172 | 170 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.19 |
| HSL | 3.33º | 0.27% | 0.74% | - |
| HSV(B) | 3.33º | 0.17% | 0.81% | - |
| XYZ | 47.46 | 45.53 | 44.32 | - |
| YUV | 181.94 | 121.26 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 170 | 0 | 0.17 | 0.17 | 0.19 | 3.33 | 0.27 | 0.74 |
| Hex | CE | AC | AA | 0 | 11 | 11 | 13 | 3 | 1B | 4A |
| Octal | 316 | 254 | 252 | 0 | 21 | 21 | 23 | 3 | 33 | 112 |
| Binary | 11001110 | 10101100 | 10101010 | 0 | 10001 | 10001 | 10011 | 11 | 11011 | 1001010 |
Color Harmonies of #CEACAA
Complementary color
Monochromatic Colors of #CEACAA
Black with #CEACAA
Text Example
Text Example
White with #CEACAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEACAA; }
p { color: rgb(206,172,170); }
H1.HeaderClassName
{
color: #CEACAA;
}
.AnyTagClassName
{
color: #CEACAA;
}
</style>
background-color css
<style>
a { background-color: #CEACAA; }
a { background-color: rgb(206,172,170); }
div.DivClassName
{
background-color: #CEACAA;
}
.BgClassName
{
background-color: #CEACAA;
}
</style>
border-color css
<style>
span { border-color: #CEACAA; }
span { border-color: rgb(206,172,170); }
td.TdClassName
{
border-color: #CEACAA;
}
.TagClassName
{
border-color: #CEACAA;
}
</style>