Shades of Puce #C98098
Tints of Puce #C98098
RGB
CMYK
RGB Variations
Color information
#C98098 (or 0xC98098) is known color: Puce. HEX triplet: C9, 80 and 98. RGB value is (201,128,152). Sum of RGB (Red+Green+Blue) = 201+128+152=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 201 - color contains mainly: red. Hex color #C98098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98098 is #367F67. Grayscale: #989898. Windows color (decimal): -3571560 or 9994441. OLE color: 9994441.
HSL color Cylindrical-coordinate representation of color #C98098: hue angle of 340.27º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C98098 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 128 | 152 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.21 |
| HSL | 340.27º | 0.4% | 0.65% | - |
| HSV(B) | 340.27º | 0.36% | 0.79% | - |
| XYZ | 37.47 | 30.12 | 33.54 | - |
| YUV | 152.56 | 127.68 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 128 | 152 | 0 | 0.36 | 0.24 | 0.21 | 340.27 | 0.4 | 0.65 |
| Hex | C9 | 80 | 98 | 0 | 24 | 18 | 15 | 154 | 28 | 41 |
| Octal | 311 | 200 | 230 | 0 | 44 | 30 | 25 | 524 | 50 | 101 |
| Binary | 11001001 | 10000000 | 10011000 | 0 | 100100 | 11000 | 10101 | 101010100 | 101000 | 1000001 |
Color Harmonies of #C98098
Complementary color
Monochromatic Colors of #C98098
Black with #C98098
Text Example
Text Example
White with #C98098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98098; }
p { color: rgb(201,128,152); }
H1.HeaderClassName
{
color: #C98098;
}
.AnyTagClassName
{
color: #C98098;
}
</style>
background-color css
<style>
a { background-color: #C98098; }
a { background-color: rgb(201,128,152); }
div.DivClassName
{
background-color: #C98098;
}
.BgClassName
{
background-color: #C98098;
}
</style>
border-color css
<style>
span { border-color: #C98098; }
span { border-color: rgb(201,128,152); }
td.TdClassName
{
border-color: #C98098;
}
.TagClassName
{
border-color: #C98098;
}
</style>