Shades of Puce #C98898
Tints of Puce #C98898
RGB
CMYK
RGB Variations
Color information
#C98898 (or 0xC98898) is known color: Puce. HEX triplet: C9, 88 and 98. RGB value is (201,136,152). Sum of RGB (Red+Green+Blue) = 201+136+152=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 152 (59.77% from 255 or 31.08% from 489); Max value from RGB is 201 - color contains mainly: red. Hex color #C98898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98898 is #367767. Grayscale: #9D9D9D. Windows color (decimal): -3569512 or 9996489. OLE color: 9996489.
HSL color Cylindrical-coordinate representation of color #C98898: hue angle of 345.23º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C98898 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 136 | 152 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.21 |
| HSL | 345.23º | 0.38% | 0.66% | - |
| HSV(B) | 345.23º | 0.32% | 0.79% | - |
| XYZ | 38.56 | 32.29 | 33.91 | - |
| YUV | 157.26 | 125.03 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 136 | 152 | 0 | 0.32 | 0.24 | 0.21 | 345.23 | 0.38 | 0.66 |
| Hex | C9 | 88 | 98 | 0 | 20 | 18 | 15 | 159 | 26 | 42 |
| Octal | 311 | 210 | 230 | 0 | 40 | 30 | 25 | 531 | 46 | 102 |
| Binary | 11001001 | 10001000 | 10011000 | 0 | 100000 | 11000 | 10101 | 101011001 | 100110 | 1000010 |
Color Harmonies of #C98898
Complementary color
Monochromatic Colors of #C98898
Black with #C98898
Text Example
Text Example
White with #C98898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98898; }
p { color: rgb(201,136,152); }
H1.HeaderClassName
{
color: #C98898;
}
.AnyTagClassName
{
color: #C98898;
}
</style>
background-color css
<style>
a { background-color: #C98898; }
a { background-color: rgb(201,136,152); }
div.DivClassName
{
background-color: #C98898;
}
.BgClassName
{
background-color: #C98898;
}
</style>
border-color css
<style>
span { border-color: #C98898; }
span { border-color: rgb(201,136,152); }
td.TdClassName
{
border-color: #C98898;
}
.TagClassName
{
border-color: #C98898;
}
</style>