Shades of Puce #C98589
Tints of Puce #C98589
RGB
CMYK
RGB Variations
Color information
#C98589 (or 0xC98589) is known color: Puce. HEX triplet: C9, 85 and 89. RGB value is (201,133,137). Sum of RGB (Red+Green+Blue) = 201+133+137=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 137 (53.91% from 255 or 29.09% from 471); Max value from RGB is 201 - color contains mainly: red. Hex color #C98589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98589 is #367A76. Grayscale: #999999. Windows color (decimal): -3570295 or 9012681. OLE color: 9012681.
HSL color Cylindrical-coordinate representation of color #C98589: hue angle of 356.47º 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 #C98589 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 133 | 137 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.21 |
| HSL | 356.47º | 0.39% | 0.65% | - |
| HSV(B) | 356.47º | 0.34% | 0.79% | - |
| XYZ | 36.99 | 31 | 27.7 | - |
| YUV | 153.79 | 118.53 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 133 | 137 | 0 | 0.34 | 0.32 | 0.21 | 356.47 | 0.39 | 0.65 |
| Hex | C9 | 85 | 89 | 0 | 22 | 20 | 15 | 164 | 27 | 41 |
| Octal | 311 | 205 | 211 | 0 | 42 | 40 | 25 | 544 | 47 | 101 |
| Binary | 11001001 | 10000101 | 10001001 | 0 | 100010 | 100000 | 10101 | 101100100 | 100111 | 1000001 |
Color Harmonies of #C98589
Complementary color
Monochromatic Colors of #C98589
Black with #C98589
Text Example
Text Example
White with #C98589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98589; }
p { color: rgb(201,133,137); }
H1.HeaderClassName
{
color: #C98589;
}
.AnyTagClassName
{
color: #C98589;
}
</style>
background-color css
<style>
a { background-color: #C98589; }
a { background-color: rgb(201,133,137); }
div.DivClassName
{
background-color: #C98589;
}
.BgClassName
{
background-color: #C98589;
}
</style>
border-color css
<style>
span { border-color: #C98589; }
span { border-color: rgb(201,133,137); }
td.TdClassName
{
border-color: #C98589;
}
.TagClassName
{
border-color: #C98589;
}
</style>