Shades of Cold Turkey #CEAFAC
Tints of Cold Turkey #CEAFAC
RGB
CMYK
RGB Variations
Color information
#CEAFAC (or 0xCEAFAC) is known color: Cold Turkey. HEX triplet: CE, AF and AC. RGB value is (206,175,172). Sum of RGB (Red+Green+Blue) = 206+175+172=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAFAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAFAC is #315053. Grayscale: #B7B7B7. Windows color (decimal): -3231828 or 11317198. OLE color: 11317198.
HSL color Cylindrical-coordinate representation of color #CEAFAC: hue angle of 5.29º 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 #CEAFAC is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 172 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.19 |
| HSL | 5.29º | 0.26% | 0.74% | - |
| HSV(B) | 5.29º | 0.17% | 0.81% | - |
| XYZ | 48.23 | 46.76 | 45.51 | - |
| YUV | 183.93 | 121.27 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 172 | 0 | 0.15 | 0.17 | 0.19 | 5.29 | 0.26 | 0.74 |
| Hex | CE | AF | AC | 0 | F | 11 | 13 | 5 | 1A | 4A |
| Octal | 316 | 257 | 254 | 0 | 17 | 21 | 23 | 5 | 32 | 112 |
| Binary | 11001110 | 10101111 | 10101100 | 0 | 1111 | 10001 | 10011 | 101 | 11010 | 1001010 |
Color Harmonies of #CEAFAC
Complementary color
Monochromatic Colors of #CEAFAC
Black with #CEAFAC
Text Example
Text Example
White with #CEAFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAFAC; }
p { color: rgb(206,175,172); }
H1.HeaderClassName
{
color: #CEAFAC;
}
.AnyTagClassName
{
color: #CEAFAC;
}
</style>
background-color css
<style>
a { background-color: #CEAFAC; }
a { background-color: rgb(206,175,172); }
div.DivClassName
{
background-color: #CEAFAC;
}
.BgClassName
{
background-color: #CEAFAC;
}
</style>
border-color css
<style>
span { border-color: #CEAFAC; }
span { border-color: rgb(206,175,172); }
td.TdClassName
{
border-color: #CEAFAC;
}
.TagClassName
{
border-color: #CEAFAC;
}
</style>