Shades of Cold Turkey #CEB6B5
Tints of Cold Turkey #CEB6B5
RGB
CMYK
RGB Variations
Color information
#CEB6B5 (or 0xCEB6B5) is known color: Cold Turkey. HEX triplet: CE, B6 and B5. RGB value is (206,182,181). Sum of RGB (Red+Green+Blue) = 206+182+181=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 182 (71.48% from 255 or 31.99% from 569); Blue value is 181 (71.09% from 255 or 31.81% from 569); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB6B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB6B5 is #31494A. Grayscale: #BDBDBD. Windows color (decimal): -3230027 or 11908814. OLE color: 11908814.
HSL color Cylindrical-coordinate representation of color #CEB6B5: hue angle of 2.4º 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 #CEB6B5 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 182 | 181 | - |
CMYK | 0 | 0.12 | 0.12 | 0.19 |
HSL | 2.4º | 0.2% | 0.76% | - |
HSV(B) | 2.4º | 0.12% | 0.81% | - |
XYZ | 50.52 | 49.91 | 50.69 | - |
YUV | 189.06 | 123.45 | 140.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 182 | 181 | 0 | 0.12 | 0.12 | 0.19 | 2.4 | 0.2 | 0.76 |
Hex | CE | B6 | B5 | 0 | C | C | 13 | 2 | 14 | 4C |
Octal | 316 | 266 | 265 | 0 | 14 | 14 | 23 | 2 | 24 | 114 |
Binary | 11001110 | 10110110 | 10110101 | 0 | 1100 | 1100 | 10011 | 10 | 10100 | 1001100 |
Color Harmonies of #CEB6B5
Complementary color
Monochromatic Colors of #CEB6B5
Black with #CEB6B5
Text Example
Text Example
White with #CEB6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB6B5; }
p { color: rgb(206,182,181); }
H1.HeaderClassName
{
color: #CEB6B5;
}
.AnyTagClassName
{
color: #CEB6B5;
}
</style>
background-color css
<style>
a { background-color: #CEB6B5; }
a { background-color: rgb(206,182,181); }
div.DivClassName
{
background-color: #CEB6B5;
}
.BgClassName
{
background-color: #CEB6B5;
}
</style>
border-color css
<style>
span { border-color: #CEB6B5; }
span { border-color: rgb(206,182,181); }
td.TdClassName
{
border-color: #CEB6B5;
}
.TagClassName
{
border-color: #CEB6B5;
}
</style>