Shades of Puce #C98588
Tints of Puce #C98588
RGB
CMYK
RGB Variations
Color information
#C98588 (or 0xC98588) is known color: Puce. HEX triplet: C9, 85 and 88. RGB value is (201,133,136). Sum of RGB (Red+Green+Blue) = 201+133+136=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 136 (53.52% from 255 or 28.94% from 470); Max value from RGB is 201 - color contains mainly: red. Hex color #C98588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98588 is #367A77. Grayscale: #999999. Windows color (decimal): -3570296 or 8947145. OLE color: 8947145.
HSL color Cylindrical-coordinate representation of color #C98588: hue angle of 357.35º 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 #C98588 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 133 | 136 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.21 |
| HSL | 357.35º | 0.39% | 0.65% | - |
| HSV(B) | 357.35º | 0.34% | 0.79% | - |
| XYZ | 36.92 | 30.97 | 27.32 | - |
| YUV | 153.67 | 118.03 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 133 | 136 | 0 | 0.34 | 0.32 | 0.21 | 357.35 | 0.39 | 0.65 |
| Hex | C9 | 85 | 88 | 0 | 22 | 20 | 15 | 165 | 27 | 41 |
| Octal | 311 | 205 | 210 | 0 | 42 | 40 | 25 | 545 | 47 | 101 |
| Binary | 11001001 | 10000101 | 10001000 | 0 | 100010 | 100000 | 10101 | 101100101 | 100111 | 1000001 |
Color Harmonies of #C98588
Complementary color
Monochromatic Colors of #C98588
Black with #C98588
Text Example
Text Example
White with #C98588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98588; }
p { color: rgb(201,133,136); }
H1.HeaderClassName
{
color: #C98588;
}
.AnyTagClassName
{
color: #C98588;
}
</style>
background-color css
<style>
a { background-color: #C98588; }
a { background-color: rgb(201,133,136); }
div.DivClassName
{
background-color: #C98588;
}
.BgClassName
{
background-color: #C98588;
}
</style>
border-color css
<style>
span { border-color: #C98588; }
span { border-color: rgb(201,133,136); }
td.TdClassName
{
border-color: #C98588;
}
.TagClassName
{
border-color: #C98588;
}
</style>