Shades of Puce #CE8D90
Tints of Puce #CE8D90
RGB
CMYK
RGB Variations
Color information
#CE8D90 (or 0xCE8D90) is known color: Puce. HEX triplet: CE, 8D and 90. RGB value is (206,141,144). Sum of RGB (Red+Green+Blue) = 206+141+144=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 144 (56.64% from 255 or 29.33% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8D90 is #31726F. Grayscale: #A0A0A0. Windows color (decimal): -3240560 or 9473486. OLE color: 9473486.
HSL color Cylindrical-coordinate representation of color #CE8D90: hue angle of 357.23º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CE8D90 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 141 | 144 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.19 |
| HSL | 357.23º | 0.4% | 0.68% | - |
| HSV(B) | 357.23º | 0.32% | 0.81% | - |
| XYZ | 40.01 | 34.19 | 30.88 | - |
| YUV | 160.78 | 118.53 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 141 | 144 | 0 | 0.32 | 0.30 | 0.19 | 357.23 | 0.4 | 0.68 |
| Hex | CE | 8D | 90 | 0 | 20 | 1E | 13 | 165 | 28 | 44 |
| Octal | 316 | 215 | 220 | 0 | 40 | 36 | 23 | 545 | 50 | 104 |
| Binary | 11001110 | 10001101 | 10010000 | 0 | 100000 | 11110 | 10011 | 101100101 | 101000 | 1000100 |
Color Harmonies of #CE8D90
Complementary color
Monochromatic Colors of #CE8D90
Black with #CE8D90
Text Example
Text Example
White with #CE8D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8D90; }
p { color: rgb(206,141,144); }
H1.HeaderClassName
{
color: #CE8D90;
}
.AnyTagClassName
{
color: #CE8D90;
}
</style>
background-color css
<style>
a { background-color: #CE8D90; }
a { background-color: rgb(206,141,144); }
div.DivClassName
{
background-color: #CE8D90;
}
.BgClassName
{
background-color: #CE8D90;
}
</style>
border-color css
<style>
span { border-color: #CE8D90; }
span { border-color: rgb(206,141,144); }
td.TdClassName
{
border-color: #CE8D90;
}
.TagClassName
{
border-color: #CE8D90;
}
</style>