Shades of Puce #C98497
Tints of Puce #C98497
RGB
CMYK
RGB Variations
Color information
#C98497 (or 0xC98497) is known color: Puce. HEX triplet: C9, 84 and 97. RGB value is (201,132,151). Sum of RGB (Red+Green+Blue) = 201+132+151=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 132 (51.95% from 255 or 27.27% from 484); Blue value is 151 (59.38% from 255 or 31.20% from 484); Max value from RGB is 201 - color contains mainly: red. Hex color #C98497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98497 is #367B68. Grayscale: #9A9A9A. Windows color (decimal): -3570537 or 9929929. OLE color: 9929929.
HSL color Cylindrical-coordinate representation of color #C98497: hue angle of 343.48º 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 #C98497 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 132 | 151 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.21 |
| HSL | 343.48º | 0.39% | 0.65% | - |
| HSV(B) | 343.48º | 0.34% | 0.79% | - |
| XYZ | 37.92 | 31.15 | 33.29 | - |
| YUV | 154.8 | 125.86 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 132 | 151 | 0 | 0.34 | 0.25 | 0.21 | 343.48 | 0.39 | 0.65 |
| Hex | C9 | 84 | 97 | 0 | 22 | 19 | 15 | 157 | 27 | 41 |
| Octal | 311 | 204 | 227 | 0 | 42 | 31 | 25 | 527 | 47 | 101 |
| Binary | 11001001 | 10000100 | 10010111 | 0 | 100010 | 11001 | 10101 | 101010111 | 100111 | 1000001 |
Color Harmonies of #C98497
Complementary color
Monochromatic Colors of #C98497
Black with #C98497
Text Example
Text Example
White with #C98497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98497; }
p { color: rgb(201,132,151); }
H1.HeaderClassName
{
color: #C98497;
}
.AnyTagClassName
{
color: #C98497;
}
</style>
background-color css
<style>
a { background-color: #C98497; }
a { background-color: rgb(201,132,151); }
div.DivClassName
{
background-color: #C98497;
}
.BgClassName
{
background-color: #C98497;
}
</style>
border-color css
<style>
span { border-color: #C98497; }
span { border-color: rgb(201,132,151); }
td.TdClassName
{
border-color: #C98497;
}
.TagClassName
{
border-color: #C98497;
}
</style>