Shades of Puce #C98291
Tints of Puce #C98291
RGB
CMYK
RGB Variations
Color information
#C98291 (or 0xC98291) is known color: Puce. HEX triplet: C9, 82 and 91. RGB value is (201,130,145). Sum of RGB (Red+Green+Blue) = 201+130+145=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 130 (51.17% from 255 or 27.31% from 476); Blue value is 145 (57.03% from 255 or 30.46% from 476); Max value from RGB is 201 - color contains mainly: red. Hex color #C98291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98291 is #367D6E. Grayscale: #989898. Windows color (decimal): -3571055 or 9536201. OLE color: 9536201.
HSL color Cylindrical-coordinate representation of color #C98291: hue angle of 347.32º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C98291 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 130 | 145 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.21 |
| HSL | 347.32º | 0.4% | 0.65% | - |
| HSV(B) | 347.32º | 0.35% | 0.79% | - |
| XYZ | 37.18 | 30.43 | 30.7 | - |
| YUV | 152.94 | 123.52 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 130 | 145 | 0 | 0.35 | 0.28 | 0.21 | 347.32 | 0.4 | 0.65 |
| Hex | C9 | 82 | 91 | 0 | 23 | 1C | 15 | 15B | 28 | 41 |
| Octal | 311 | 202 | 221 | 0 | 43 | 34 | 25 | 533 | 50 | 101 |
| Binary | 11001001 | 10000010 | 10010001 | 0 | 100011 | 11100 | 10101 | 101011011 | 101000 | 1000001 |
Color Harmonies of #C98291
Complementary color
Monochromatic Colors of #C98291
Black with #C98291
Text Example
Text Example
White with #C98291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98291; }
p { color: rgb(201,130,145); }
H1.HeaderClassName
{
color: #C98291;
}
.AnyTagClassName
{
color: #C98291;
}
</style>
background-color css
<style>
a { background-color: #C98291; }
a { background-color: rgb(201,130,145); }
div.DivClassName
{
background-color: #C98291;
}
.BgClassName
{
background-color: #C98291;
}
</style>
border-color css
<style>
span { border-color: #C98291; }
span { border-color: rgb(201,130,145); }
td.TdClassName
{
border-color: #C98291;
}
.TagClassName
{
border-color: #C98291;
}
</style>