Shades of Puce #C98587
Tints of Puce #C98587
RGB
CMYK
RGB Variations
Color information
#C98587 (or 0xC98587) is known color: Puce. HEX triplet: C9, 85 and 87. RGB value is (201,133,135). Sum of RGB (Red+Green+Blue) = 201+133+135=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 133 (52.34% from 255 or 28.36% from 469); Blue value is 135 (53.12% from 255 or 28.78% from 469); Max value from RGB is 201 - color contains mainly: red. Hex color #C98587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98587 is #367A78. Grayscale: #999999. Windows color (decimal): -3570297 or 8881609. OLE color: 8881609.
HSL color Cylindrical-coordinate representation of color #C98587: hue angle of 358.24º 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 #C98587 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 133 | 135 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.21 |
| HSL | 358.24º | 0.39% | 0.65% | - |
| HSV(B) | 358.24º | 0.34% | 0.79% | - |
| XYZ | 36.85 | 30.94 | 26.95 | - |
| YUV | 153.56 | 117.53 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 133 | 135 | 0 | 0.34 | 0.33 | 0.21 | 358.24 | 0.39 | 0.65 |
| Hex | C9 | 85 | 87 | 0 | 22 | 21 | 15 | 166 | 27 | 41 |
| Octal | 311 | 205 | 207 | 0 | 42 | 41 | 25 | 546 | 47 | 101 |
| Binary | 11001001 | 10000101 | 10000111 | 0 | 100010 | 100001 | 10101 | 101100110 | 100111 | 1000001 |
Color Harmonies of #C98587
Complementary color
Monochromatic Colors of #C98587
Black with #C98587
Text Example
Text Example
White with #C98587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98587; }
p { color: rgb(201,133,135); }
H1.HeaderClassName
{
color: #C98587;
}
.AnyTagClassName
{
color: #C98587;
}
</style>
background-color css
<style>
a { background-color: #C98587; }
a { background-color: rgb(201,133,135); }
div.DivClassName
{
background-color: #C98587;
}
.BgClassName
{
background-color: #C98587;
}
</style>
border-color css
<style>
span { border-color: #C98587; }
span { border-color: rgb(201,133,135); }
td.TdClassName
{
border-color: #C98587;
}
.TagClassName
{
border-color: #C98587;
}
</style>