Shades of Cold Turkey #CEB5B3
Tints of Cold Turkey #CEB5B3
RGB
CMYK
RGB Variations
Color information
#CEB5B3 (or 0xCEB5B3) is known color: Cold Turkey. HEX triplet: CE, B5 and B3. RGB value is (206,181,179). Sum of RGB (Red+Green+Blue) = 206+181+179=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 181 (71.09% from 255 or 31.98% from 566); Blue value is 179 (70.31% from 255 or 31.63% from 566); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB5B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB5B3 is #314A4C. Grayscale: #BCBCBC. Windows color (decimal): -3230285 or 11777486. OLE color: 11777486.
HSL color Cylindrical-coordinate representation of color #CEB5B3: hue angle of 4.44º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEB5B3 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 181 | 179 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.19 |
| HSL | 4.44º | 0.22% | 0.75% | - |
| HSV(B) | 4.44º | 0.13% | 0.81% | - |
| XYZ | 50.11 | 49.42 | 49.55 | - |
| YUV | 188.25 | 122.78 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 181 | 179 | 0 | 0.12 | 0.13 | 0.19 | 4.44 | 0.22 | 0.75 |
| Hex | CE | B5 | B3 | 0 | C | D | 13 | 4 | 16 | 4B |
| Octal | 316 | 265 | 263 | 0 | 14 | 15 | 23 | 4 | 26 | 113 |
| Binary | 11001110 | 10110101 | 10110011 | 0 | 1100 | 1101 | 10011 | 100 | 10110 | 1001011 |
Color Harmonies of #CEB5B3
Complementary color
Monochromatic Colors of #CEB5B3
Black with #CEB5B3
Text Example
Text Example
White with #CEB5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB5B3; }
p { color: rgb(206,181,179); }
H1.HeaderClassName
{
color: #CEB5B3;
}
.AnyTagClassName
{
color: #CEB5B3;
}
</style>
background-color css
<style>
a { background-color: #CEB5B3; }
a { background-color: rgb(206,181,179); }
div.DivClassName
{
background-color: #CEB5B3;
}
.BgClassName
{
background-color: #CEB5B3;
}
</style>
border-color css
<style>
span { border-color: #CEB5B3; }
span { border-color: rgb(206,181,179); }
td.TdClassName
{
border-color: #CEB5B3;
}
.TagClassName
{
border-color: #CEB5B3;
}
</style>