Shades of Cold Turkey #CEBAB5
Tints of Cold Turkey #CEBAB5
RGB
CMYK
RGB Variations
Color information
#CEBAB5 (or 0xCEBAB5) is known color: Cold Turkey. HEX triplet: CE, BA and B5. RGB value is (206,186,181). Sum of RGB (Red+Green+Blue) = 206+186+181=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 181 (71.09% from 255 or 31.59% from 573); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBAB5 is #31454A. Grayscale: #BFBFBF. Windows color (decimal): -3229003 or 11909838. OLE color: 11909838.
HSL color Cylindrical-coordinate representation of color #CEBAB5: hue angle of 12º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEBAB5 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 186 | 181 | - |
CMYK | 0 | 0.10 | 0.12 | 0.19 |
HSL | 12º | 0.2% | 0.76% | - |
HSV(B) | 12º | 0.12% | 0.81% | - |
XYZ | 51.35 | 51.58 | 50.96 | - |
YUV | 191.41 | 122.13 | 138.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 186 | 181 | 0 | 0.10 | 0.12 | 0.19 | 12 | 0.2 | 0.76 |
Hex | CE | BA | B5 | 0 | A | C | 13 | C | 14 | 4C |
Octal | 316 | 272 | 265 | 0 | 12 | 14 | 23 | 14 | 24 | 114 |
Binary | 11001110 | 10111010 | 10110101 | 0 | 1010 | 1100 | 10011 | 1100 | 10100 | 1001100 |
Color Harmonies of #CEBAB5
Complementary color
Monochromatic Colors of #CEBAB5
Black with #CEBAB5
Text Example
Text Example
White with #CEBAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBAB5; }
p { color: rgb(206,186,181); }
H1.HeaderClassName
{
color: #CEBAB5;
}
.AnyTagClassName
{
color: #CEBAB5;
}
</style>
background-color css
<style>
a { background-color: #CEBAB5; }
a { background-color: rgb(206,186,181); }
div.DivClassName
{
background-color: #CEBAB5;
}
.BgClassName
{
background-color: #CEBAB5;
}
</style>
border-color css
<style>
span { border-color: #CEBAB5; }
span { border-color: rgb(206,186,181); }
td.TdClassName
{
border-color: #CEBAB5;
}
.TagClassName
{
border-color: #CEBAB5;
}
</style>