Shades of Cold Turkey #CEB0AD
Tints of Cold Turkey #CEB0AD
RGB
CMYK
RGB Variations
Color information
#CEB0AD (or 0xCEB0AD) is known color: Cold Turkey. HEX triplet: CE, B0 and AD. RGB value is (206,176,173). Sum of RGB (Red+Green+Blue) = 206+176+173=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 176 (69.14% from 255 or 31.71% from 555); Blue value is 173 (67.97% from 255 or 31.17% from 555); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB0AD is #314F52. Grayscale: #B8B8B8. Windows color (decimal): -3231571 or 11382990. OLE color: 11382990.
HSL color Cylindrical-coordinate representation of color #CEB0AD: hue angle of 5.45º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEB0AD is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 173 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.19 |
| HSL | 5.45º | 0.25% | 0.74% | - |
| HSV(B) | 5.45º | 0.16% | 0.81% | - |
| XYZ | 48.52 | 47.19 | 46.09 | - |
| YUV | 184.63 | 121.44 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 173 | 0 | 0.15 | 0.16 | 0.19 | 5.45 | 0.25 | 0.74 |
| Hex | CE | B0 | AD | 0 | F | 10 | 13 | 5 | 19 | 4A |
| Octal | 316 | 260 | 255 | 0 | 17 | 20 | 23 | 5 | 31 | 112 |
| Binary | 11001110 | 10110000 | 10101101 | 0 | 1111 | 10000 | 10011 | 101 | 11001 | 1001010 |
Color Harmonies of #CEB0AD
Complementary color
Monochromatic Colors of #CEB0AD
Black with #CEB0AD
Text Example
Text Example
White with #CEB0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB0AD; }
p { color: rgb(206,176,173); }
H1.HeaderClassName
{
color: #CEB0AD;
}
.AnyTagClassName
{
color: #CEB0AD;
}
</style>
background-color css
<style>
a { background-color: #CEB0AD; }
a { background-color: rgb(206,176,173); }
div.DivClassName
{
background-color: #CEB0AD;
}
.BgClassName
{
background-color: #CEB0AD;
}
</style>
border-color css
<style>
span { border-color: #CEB0AD; }
span { border-color: rgb(206,176,173); }
td.TdClassName
{
border-color: #CEB0AD;
}
.TagClassName
{
border-color: #CEB0AD;
}
</style>