Shades of Puce #C98591
Tints of Puce #C98591
RGB
CMYK
RGB Variations
Color information
#C98591 (or 0xC98591) is known color: Puce. HEX triplet: C9, 85 and 91. RGB value is (201,133,145). Sum of RGB (Red+Green+Blue) = 201+133+145=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 133 (52.34% from 255 or 27.77% from 479); Blue value is 145 (57.03% from 255 or 30.27% from 479); Max value from RGB is 201 - color contains mainly: red. Hex color #C98591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98591 is #367A6E. Grayscale: #9A9A9A. Windows color (decimal): -3570287 or 9536969. OLE color: 9536969.
HSL color Cylindrical-coordinate representation of color #C98591: hue angle of 349.41º 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 #C98591 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 133 | 145 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.21 |
| HSL | 349.41º | 0.39% | 0.65% | - |
| HSV(B) | 349.41º | 0.34% | 0.79% | - |
| XYZ | 37.59 | 31.24 | 30.84 | - |
| YUV | 154.7 | 122.53 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 133 | 145 | 0 | 0.34 | 0.28 | 0.21 | 349.41 | 0.39 | 0.65 |
| Hex | C9 | 85 | 91 | 0 | 22 | 1C | 15 | 15D | 27 | 41 |
| Octal | 311 | 205 | 221 | 0 | 42 | 34 | 25 | 535 | 47 | 101 |
| Binary | 11001001 | 10000101 | 10010001 | 0 | 100010 | 11100 | 10101 | 101011101 | 100111 | 1000001 |
Color Harmonies of #C98591
Complementary color
Monochromatic Colors of #C98591
Black with #C98591
Text Example
Text Example
White with #C98591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98591; }
p { color: rgb(201,133,145); }
H1.HeaderClassName
{
color: #C98591;
}
.AnyTagClassName
{
color: #C98591;
}
</style>
background-color css
<style>
a { background-color: #C98591; }
a { background-color: rgb(201,133,145); }
div.DivClassName
{
background-color: #C98591;
}
.BgClassName
{
background-color: #C98591;
}
</style>
border-color css
<style>
span { border-color: #C98591; }
span { border-color: rgb(201,133,145); }
td.TdClassName
{
border-color: #C98591;
}
.TagClassName
{
border-color: #C98591;
}
</style>