Shades of Puce #CE898E
Tints of Puce #CE898E
RGB
CMYK
RGB Variations
Color information
#CE898E (or 0xCE898E) is known color: Puce. HEX triplet: CE, 89 and 8E. RGB value is (206,137,142). Sum of RGB (Red+Green+Blue) = 206+137+142=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CE898E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE898E is #317671. Grayscale: #9E9E9E. Windows color (decimal): -3241586 or 9341390. OLE color: 9341390.
HSL color Cylindrical-coordinate representation of color #CE898E: hue angle of 355.65º 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 #CE898E is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 137 | 142 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.19 |
| HSL | 355.65º | 0.41% | 0.67% | - |
| HSV(B) | 355.65º | 0.33% | 0.81% | - |
| XYZ | 39.28 | 32.97 | 29.88 | - |
| YUV | 158.2 | 118.86 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 137 | 142 | 0 | 0.33 | 0.31 | 0.19 | 355.65 | 0.41 | 0.67 |
| Hex | CE | 89 | 8E | 0 | 21 | 1F | 13 | 164 | 29 | 43 |
| Octal | 316 | 211 | 216 | 0 | 41 | 37 | 23 | 544 | 51 | 103 |
| Binary | 11001110 | 10001001 | 10001110 | 0 | 100001 | 11111 | 10011 | 101100100 | 101001 | 1000011 |
Color Harmonies of #CE898E
Complementary color
Monochromatic Colors of #CE898E
Black with #CE898E
Text Example
Text Example
White with #CE898E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE898E; }
p { color: rgb(206,137,142); }
H1.HeaderClassName
{
color: #CE898E;
}
.AnyTagClassName
{
color: #CE898E;
}
</style>
background-color css
<style>
a { background-color: #CE898E; }
a { background-color: rgb(206,137,142); }
div.DivClassName
{
background-color: #CE898E;
}
.BgClassName
{
background-color: #CE898E;
}
</style>
border-color css
<style>
span { border-color: #CE898E; }
span { border-color: rgb(206,137,142); }
td.TdClassName
{
border-color: #CE898E;
}
.TagClassName
{
border-color: #CE898E;
}
</style>