Shades of Puce #C98E96
Tints of Puce #C98E96
RGB
CMYK
RGB Variations
Color information
#C98E96 (or 0xC98E96) is known color: Puce. HEX triplet: C9, 8E and 96. RGB value is (201,142,150). Sum of RGB (Red+Green+Blue) = 201+142+150=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 142 (55.86% from 255 or 28.80% from 493); Blue value is 150 (58.98% from 255 or 30.43% from 493); Max value from RGB is 201 - color contains mainly: red. Hex color #C98E96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98E96 is #367169. Grayscale: #A0A0A0. Windows color (decimal): -3567978 or 9866953. OLE color: 9866953.
HSL color Cylindrical-coordinate representation of color #C98E96: hue angle of 351.86º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C98E96 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 142 | 150 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.21 |
| HSL | 351.86º | 0.35% | 0.67% | - |
| HSV(B) | 351.86º | 0.29% | 0.79% | - |
| XYZ | 39.27 | 33.97 | 33.34 | - |
| YUV | 160.55 | 122.05 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 142 | 150 | 0 | 0.29 | 0.25 | 0.21 | 351.86 | 0.35 | 0.67 |
| Hex | C9 | 8E | 96 | 0 | 1D | 19 | 15 | 160 | 23 | 43 |
| Octal | 311 | 216 | 226 | 0 | 35 | 31 | 25 | 540 | 43 | 103 |
| Binary | 11001001 | 10001110 | 10010110 | 0 | 11101 | 11001 | 10101 | 101100000 | 100011 | 1000011 |
Color Harmonies of #C98E96
Complementary color
Monochromatic Colors of #C98E96
Black with #C98E96
Text Example
Text Example
White with #C98E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98E96; }
p { color: rgb(201,142,150); }
H1.HeaderClassName
{
color: #C98E96;
}
.AnyTagClassName
{
color: #C98E96;
}
</style>
background-color css
<style>
a { background-color: #C98E96; }
a { background-color: rgb(201,142,150); }
div.DivClassName
{
background-color: #C98E96;
}
.BgClassName
{
background-color: #C98E96;
}
</style>
border-color css
<style>
span { border-color: #C98E96; }
span { border-color: rgb(201,142,150); }
td.TdClassName
{
border-color: #C98E96;
}
.TagClassName
{
border-color: #C98E96;
}
</style>