Shades of Puce #C98488
Tints of Puce #C98488
RGB
CMYK
RGB Variations
Color information
#C98488 (or 0xC98488) is known color: Puce. HEX triplet: C9, 84 and 88. RGB value is (201,132,136). Sum of RGB (Red+Green+Blue) = 201+132+136=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 132 (51.95% from 255 or 28.14% from 469); Blue value is 136 (53.52% from 255 or 29.00% from 469); Max value from RGB is 201 - color contains mainly: red. Hex color #C98488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98488 is #367B77. Grayscale: #999999. Windows color (decimal): -3570552 or 8946889. OLE color: 8946889.
HSL color Cylindrical-coordinate representation of color #C98488: hue angle of 356.52º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C98488 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 132 | 136 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.21 |
| HSL | 356.52º | 0.39% | 0.65% | - |
| HSV(B) | 356.52º | 0.34% | 0.79% | - |
| XYZ | 36.78 | 30.7 | 27.28 | - |
| YUV | 153.09 | 118.36 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 132 | 136 | 0 | 0.34 | 0.32 | 0.21 | 356.52 | 0.39 | 0.65 |
| Hex | C9 | 84 | 88 | 0 | 22 | 20 | 15 | 165 | 27 | 41 |
| Octal | 311 | 204 | 210 | 0 | 42 | 40 | 25 | 545 | 47 | 101 |
| Binary | 11001001 | 10000100 | 10001000 | 0 | 100010 | 100000 | 10101 | 101100101 | 100111 | 1000001 |
Color Harmonies of #C98488
Complementary color
Monochromatic Colors of #C98488
Black with #C98488
Text Example
Text Example
White with #C98488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98488; }
p { color: rgb(201,132,136); }
H1.HeaderClassName
{
color: #C98488;
}
.AnyTagClassName
{
color: #C98488;
}
</style>
background-color css
<style>
a { background-color: #C98488; }
a { background-color: rgb(201,132,136); }
div.DivClassName
{
background-color: #C98488;
}
.BgClassName
{
background-color: #C98488;
}
</style>
border-color css
<style>
span { border-color: #C98488; }
span { border-color: rgb(201,132,136); }
td.TdClassName
{
border-color: #C98488;
}
.TagClassName
{
border-color: #C98488;
}
</style>