Shades of Puce #CE898D
Tints of Puce #CE898D
RGB
CMYK
RGB Variations
Color information
#CE898D (or 0xCE898D) is known color: Puce. HEX triplet: CE, 89 and 8D. RGB value is (206,137,141). Sum of RGB (Red+Green+Blue) = 206+137+141=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CE898D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE898D is #317672. Grayscale: #9E9E9E. Windows color (decimal): -3241587 or 9275854. OLE color: 9275854.
HSL color Cylindrical-coordinate representation of color #CE898D: hue angle of 356.52º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CE898D is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 137 | 141 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.19 |
| HSL | 356.52º | 0.41% | 0.67% | - |
| HSV(B) | 356.52º | 0.33% | 0.81% | - |
| XYZ | 39.21 | 32.94 | 29.49 | - |
| YUV | 158.09 | 118.36 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 137 | 141 | 0 | 0.33 | 0.32 | 0.19 | 356.52 | 0.41 | 0.67 |
| Hex | CE | 89 | 8D | 0 | 21 | 20 | 13 | 165 | 29 | 43 |
| Octal | 316 | 211 | 215 | 0 | 41 | 40 | 23 | 545 | 51 | 103 |
| Binary | 11001110 | 10001001 | 10001101 | 0 | 100001 | 100000 | 10011 | 101100101 | 101001 | 1000011 |
Color Harmonies of #CE898D
Complementary color
Monochromatic Colors of #CE898D
Black with #CE898D
Text Example
Text Example
White with #CE898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE898D; }
p { color: rgb(206,137,141); }
H1.HeaderClassName
{
color: #CE898D;
}
.AnyTagClassName
{
color: #CE898D;
}
</style>
background-color css
<style>
a { background-color: #CE898D; }
a { background-color: rgb(206,137,141); }
div.DivClassName
{
background-color: #CE898D;
}
.BgClassName
{
background-color: #CE898D;
}
</style>
border-color css
<style>
span { border-color: #CE898D; }
span { border-color: rgb(206,137,141); }
td.TdClassName
{
border-color: #CE898D;
}
.TagClassName
{
border-color: #CE898D;
}
</style>