Shades of Puce #CE8689
Tints of Puce #CE8689
RGB
CMYK
RGB Variations
Color information
#CE8689 (or 0xCE8689) is known color: Puce. HEX triplet: CE, 86 and 89. RGB value is (206,134,137). Sum of RGB (Red+Green+Blue) = 206+134+137=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 137 (53.91% from 255 or 28.72% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8689 is #317976. Grayscale: #9B9B9B. Windows color (decimal): -3242359 or 9012942. OLE color: 9012942.
HSL color Cylindrical-coordinate representation of color #CE8689: hue angle of 357.5º 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 #CE8689 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 134 | 137 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.19 |
| HSL | 357.5º | 0.42% | 0.67% | - |
| HSV(B) | 357.5º | 0.35% | 0.81% | - |
| XYZ | 38.49 | 31.98 | 27.81 | - |
| YUV | 155.87 | 117.35 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 134 | 137 | 0 | 0.35 | 0.33 | 0.19 | 357.5 | 0.42 | 0.67 |
| Hex | CE | 86 | 89 | 0 | 23 | 21 | 13 | 166 | 2A | 43 |
| Octal | 316 | 206 | 211 | 0 | 43 | 41 | 23 | 546 | 52 | 103 |
| Binary | 11001110 | 10000110 | 10001001 | 0 | 100011 | 100001 | 10011 | 101100110 | 101010 | 1000011 |
Color Harmonies of #CE8689
Complementary color
Monochromatic Colors of #CE8689
Black with #CE8689
Text Example
Text Example
White with #CE8689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8689; }
p { color: rgb(206,134,137); }
H1.HeaderClassName
{
color: #CE8689;
}
.AnyTagClassName
{
color: #CE8689;
}
</style>
background-color css
<style>
a { background-color: #CE8689; }
a { background-color: rgb(206,134,137); }
div.DivClassName
{
background-color: #CE8689;
}
.BgClassName
{
background-color: #CE8689;
}
</style>
border-color css
<style>
span { border-color: #CE8689; }
span { border-color: rgb(206,134,137); }
td.TdClassName
{
border-color: #CE8689;
}
.TagClassName
{
border-color: #CE8689;
}
</style>