Shades of Puce #C98D8E
Tints of Puce #C98D8E
RGB
CMYK
RGB Variations
Color information
#C98D8E (or 0xC98D8E) is known color: Puce. HEX triplet: C9, 8D and 8E. RGB value is (201,141,142). Sum of RGB (Red+Green+Blue) = 201+141+142=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 142 (55.86% from 255 or 29.34% from 484); Max value from RGB is 201 - color contains mainly: red. Hex color #C98D8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98D8E is #367271. Grayscale: #9F9F9F. Windows color (decimal): -3568242 or 9342409. OLE color: 9342409.
HSL color Cylindrical-coordinate representation of color #C98D8E: hue angle of 359º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C98D8E is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 141 | 142 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.21 |
| HSL | 359º | 0.36% | 0.67% | - |
| HSV(B) | 359º | 0.3% | 0.79% | - |
| XYZ | 38.49 | 33.42 | 30.01 | - |
| YUV | 159.05 | 118.38 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 141 | 142 | 0 | 0.30 | 0.29 | 0.21 | 359 | 0.36 | 0.67 |
| Hex | C9 | 8D | 8E | 0 | 1E | 1D | 15 | 167 | 24 | 43 |
| Octal | 311 | 215 | 216 | 0 | 36 | 35 | 25 | 547 | 44 | 103 |
| Binary | 11001001 | 10001101 | 10001110 | 0 | 11110 | 11101 | 10101 | 101100111 | 100100 | 1000011 |
Color Harmonies of #C98D8E
Complementary color
Monochromatic Colors of #C98D8E
Black with #C98D8E
Text Example
Text Example
White with #C98D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98D8E; }
p { color: rgb(201,141,142); }
H1.HeaderClassName
{
color: #C98D8E;
}
.AnyTagClassName
{
color: #C98D8E;
}
</style>
background-color css
<style>
a { background-color: #C98D8E; }
a { background-color: rgb(201,141,142); }
div.DivClassName
{
background-color: #C98D8E;
}
.BgClassName
{
background-color: #C98D8E;
}
</style>
border-color css
<style>
span { border-color: #C98D8E; }
span { border-color: rgb(201,141,142); }
td.TdClassName
{
border-color: #C98D8E;
}
.TagClassName
{
border-color: #C98D8E;
}
</style>