Shades of Puce #CE8688
Tints of Puce #CE8688
RGB
CMYK
RGB Variations
Color information
#CE8688 (or 0xCE8688) is known color: Puce. HEX triplet: CE, 86 and 88. RGB value is (206,134,136). Sum of RGB (Red+Green+Blue) = 206+134+136=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 134 (52.73% from 255 or 28.15% from 476); Blue value is 136 (53.52% from 255 or 28.57% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8688 is #317977. Grayscale: #9B9B9B. Windows color (decimal): -3242360 or 8947406. OLE color: 8947406.
HSL color Cylindrical-coordinate representation of color #CE8688: hue angle of 358.33º 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 #CE8688 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 134 | 136 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.19 |
| HSL | 358.33º | 0.42% | 0.67% | - |
| HSV(B) | 358.33º | 0.35% | 0.81% | - |
| XYZ | 38.42 | 31.95 | 27.43 | - |
| YUV | 155.76 | 116.85 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 134 | 136 | 0 | 0.35 | 0.34 | 0.19 | 358.33 | 0.42 | 0.67 |
| Hex | CE | 86 | 88 | 0 | 23 | 22 | 13 | 166 | 2A | 43 |
| Octal | 316 | 206 | 210 | 0 | 43 | 42 | 23 | 546 | 52 | 103 |
| Binary | 11001110 | 10000110 | 10001000 | 0 | 100011 | 100010 | 10011 | 101100110 | 101010 | 1000011 |
Color Harmonies of #CE8688
Complementary color
Monochromatic Colors of #CE8688
Black with #CE8688
Text Example
Text Example
White with #CE8688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8688; }
p { color: rgb(206,134,136); }
H1.HeaderClassName
{
color: #CE8688;
}
.AnyTagClassName
{
color: #CE8688;
}
</style>
background-color css
<style>
a { background-color: #CE8688; }
a { background-color: rgb(206,134,136); }
div.DivClassName
{
background-color: #CE8688;
}
.BgClassName
{
background-color: #CE8688;
}
</style>
border-color css
<style>
span { border-color: #CE8688; }
span { border-color: rgb(206,134,136); }
td.TdClassName
{
border-color: #CE8688;
}
.TagClassName
{
border-color: #CE8688;
}
</style>