Shades of Puce #CE8696
Tints of Puce #CE8696
RGB
CMYK
RGB Variations
Color information
#CE8696 (or 0xCE8696) is known color: Puce. HEX triplet: CE, 86 and 96. RGB value is (206,134,150). Sum of RGB (Red+Green+Blue) = 206+134+150=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 150 (58.98% from 255 or 30.61% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8696 is #317969. Grayscale: #9D9D9D. Windows color (decimal): -3242346 or 9864910. OLE color: 9864910.
HSL color Cylindrical-coordinate representation of color #CE8696: hue angle of 346.67º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CE8696 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 134 | 150 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.19 |
| HSL | 346.67º | 0.42% | 0.67% | - |
| HSV(B) | 346.67º | 0.35% | 0.81% | - |
| XYZ | 39.48 | 32.37 | 33.02 | - |
| YUV | 157.35 | 123.85 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 134 | 150 | 0 | 0.35 | 0.27 | 0.19 | 346.67 | 0.42 | 0.67 |
| Hex | CE | 86 | 96 | 0 | 23 | 1B | 13 | 15B | 2A | 43 |
| Octal | 316 | 206 | 226 | 0 | 43 | 33 | 23 | 533 | 52 | 103 |
| Binary | 11001110 | 10000110 | 10010110 | 0 | 100011 | 11011 | 10011 | 101011011 | 101010 | 1000011 |
Color Harmonies of #CE8696
Complementary color
Monochromatic Colors of #CE8696
Black with #CE8696
Text Example
Text Example
White with #CE8696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8696; }
p { color: rgb(206,134,150); }
H1.HeaderClassName
{
color: #CE8696;
}
.AnyTagClassName
{
color: #CE8696;
}
</style>
background-color css
<style>
a { background-color: #CE8696; }
a { background-color: rgb(206,134,150); }
div.DivClassName
{
background-color: #CE8696;
}
.BgClassName
{
background-color: #CE8696;
}
</style>
border-color css
<style>
span { border-color: #CE8696; }
span { border-color: rgb(206,134,150); }
td.TdClassName
{
border-color: #CE8696;
}
.TagClassName
{
border-color: #CE8696;
}
</style>