Shades of Puce #C98391
Tints of Puce #C98391
RGB
CMYK
RGB Variations
Color information
#C98391 (or 0xC98391) is known color: Puce. HEX triplet: C9, 83 and 91. RGB value is (201,131,145). Sum of RGB (Red+Green+Blue) = 201+131+145=477 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.14% from 477); Green value is 131 (51.56% from 255 or 27.46% from 477); Blue value is 145 (57.03% from 255 or 30.40% from 477); Max value from RGB is 201 - color contains mainly: red. Hex color #C98391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98391 is #367C6E. Grayscale: #999999. Windows color (decimal): -3570799 or 9536457. OLE color: 9536457.
HSL color Cylindrical-coordinate representation of color #C98391: hue angle of 348º degrees, saturation: 0.39, 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 #C98391 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 131 | 145 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.21 |
| HSL | 348º | 0.39% | 0.65% | - |
| HSV(B) | 348º | 0.35% | 0.79% | - |
| XYZ | 37.31 | 30.69 | 30.75 | - |
| YUV | 153.53 | 123.19 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 131 | 145 | 0 | 0.35 | 0.28 | 0.21 | 348 | 0.39 | 0.65 |
| Hex | C9 | 83 | 91 | 0 | 23 | 1C | 15 | 15C | 27 | 41 |
| Octal | 311 | 203 | 221 | 0 | 43 | 34 | 25 | 534 | 47 | 101 |
| Binary | 11001001 | 10000011 | 10010001 | 0 | 100011 | 11100 | 10101 | 101011100 | 100111 | 1000001 |
Color Harmonies of #C98391
Complementary color
Monochromatic Colors of #C98391
Black with #C98391
Text Example
Text Example
White with #C98391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98391; }
p { color: rgb(201,131,145); }
H1.HeaderClassName
{
color: #C98391;
}
.AnyTagClassName
{
color: #C98391;
}
</style>
background-color css
<style>
a { background-color: #C98391; }
a { background-color: rgb(201,131,145); }
div.DivClassName
{
background-color: #C98391;
}
.BgClassName
{
background-color: #C98391;
}
</style>
border-color css
<style>
span { border-color: #C98391; }
span { border-color: rgb(201,131,145); }
td.TdClassName
{
border-color: #C98391;
}
.TagClassName
{
border-color: #C98391;
}
</style>