Shades of Puce #C98D8F
Tints of Puce #C98D8F
RGB
CMYK
RGB Variations
Color information
#C98D8F (or 0xC98D8F) is known color: Puce. HEX triplet: C9, 8D and 8F. RGB value is (201,141,143). Sum of RGB (Red+Green+Blue) = 201+141+143=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 143 (56.25% from 255 or 29.48% from 485); Max value from RGB is 201 - color contains mainly: red. Hex color #C98D8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98D8F is #367270. Grayscale: #9F9F9F. Windows color (decimal): -3568241 or 9407945. OLE color: 9407945.
HSL color Cylindrical-coordinate representation of color #C98D8F: hue angle of 358º 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 #C98D8F is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 141 | 143 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.21 |
| HSL | 358º | 0.36% | 0.67% | - |
| HSV(B) | 358º | 0.3% | 0.79% | - |
| XYZ | 38.57 | 33.45 | 30.41 | - |
| YUV | 159.17 | 118.88 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 141 | 143 | 0 | 0.30 | 0.29 | 0.21 | 358 | 0.36 | 0.67 |
| Hex | C9 | 8D | 8F | 0 | 1E | 1D | 15 | 166 | 24 | 43 |
| Octal | 311 | 215 | 217 | 0 | 36 | 35 | 25 | 546 | 44 | 103 |
| Binary | 11001001 | 10001101 | 10001111 | 0 | 11110 | 11101 | 10101 | 101100110 | 100100 | 1000011 |
Color Harmonies of #C98D8F
Complementary color
Monochromatic Colors of #C98D8F
Black with #C98D8F
Text Example
Text Example
White with #C98D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98D8F; }
p { color: rgb(201,141,143); }
H1.HeaderClassName
{
color: #C98D8F;
}
.AnyTagClassName
{
color: #C98D8F;
}
</style>
background-color css
<style>
a { background-color: #C98D8F; }
a { background-color: rgb(201,141,143); }
div.DivClassName
{
background-color: #C98D8F;
}
.BgClassName
{
background-color: #C98D8F;
}
</style>
border-color css
<style>
span { border-color: #C98D8F; }
span { border-color: rgb(201,141,143); }
td.TdClassName
{
border-color: #C98D8F;
}
.TagClassName
{
border-color: #C98D8F;
}
</style>