Shades of Puce #CE889A
Tints of Puce #CE889A
RGB
CMYK
RGB Variations
Color information
#CE889A (or 0xCE889A) is known color: Puce. HEX triplet: CE, 88 and 9A. RGB value is (206,136,154). Sum of RGB (Red+Green+Blue) = 206+136+154=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 136 (53.52% from 255 or 27.42% from 496); Blue value is 154 (60.55% from 255 or 31.05% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CE889A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE889A is #317765. Grayscale: #9E9E9E. Windows color (decimal): -3241830 or 10127566. OLE color: 10127566.
HSL color Cylindrical-coordinate representation of color #CE889A: hue angle of 344.57º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE889A is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 136 | 154 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.19 |
| HSL | 344.57º | 0.42% | 0.67% | - |
| HSV(B) | 344.57º | 0.34% | 0.81% | - |
| XYZ | 40.09 | 33.06 | 34.84 | - |
| YUV | 158.98 | 125.19 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 136 | 154 | 0 | 0.34 | 0.25 | 0.19 | 344.57 | 0.42 | 0.67 |
| Hex | CE | 88 | 9A | 0 | 22 | 19 | 13 | 159 | 2A | 43 |
| Octal | 316 | 210 | 232 | 0 | 42 | 31 | 23 | 531 | 52 | 103 |
| Binary | 11001110 | 10001000 | 10011010 | 0 | 100010 | 11001 | 10011 | 101011001 | 101010 | 1000011 |
Color Harmonies of #CE889A
Complementary color
Monochromatic Colors of #CE889A
Black with #CE889A
Text Example
Text Example
White with #CE889A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE889A; }
p { color: rgb(206,136,154); }
H1.HeaderClassName
{
color: #CE889A;
}
.AnyTagClassName
{
color: #CE889A;
}
</style>
background-color css
<style>
a { background-color: #CE889A; }
a { background-color: rgb(206,136,154); }
div.DivClassName
{
background-color: #CE889A;
}
.BgClassName
{
background-color: #CE889A;
}
</style>
border-color css
<style>
span { border-color: #CE889A; }
span { border-color: rgb(206,136,154); }
td.TdClassName
{
border-color: #CE889A;
}
.TagClassName
{
border-color: #CE889A;
}
</style>