Shades of Puce #C9898D
Tints of Puce #C9898D
RGB
CMYK
RGB Variations
Color information
#C9898D (or 0xC9898D) is known color: Puce. HEX triplet: C9, 89 and 8D. RGB value is (201,137,141). Sum of RGB (Red+Green+Blue) = 201+137+141=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 137 (53.91% from 255 or 28.60% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 201 - color contains mainly: red. Hex color #C9898D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9898D is #367672. Grayscale: #9C9C9C. Windows color (decimal): -3569267 or 9275849. OLE color: 9275849.
HSL color Cylindrical-coordinate representation of color #C9898D: hue angle of 356.25º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C9898D is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 137 | 141 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.21 |
| HSL | 356.25º | 0.37% | 0.66% | - |
| HSV(B) | 356.25º | 0.32% | 0.79% | - |
| XYZ | 37.84 | 32.23 | 29.43 | - |
| YUV | 156.59 | 119.2 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 137 | 141 | 0 | 0.32 | 0.30 | 0.21 | 356.25 | 0.37 | 0.66 |
| Hex | C9 | 89 | 8D | 0 | 20 | 1E | 15 | 164 | 25 | 42 |
| Octal | 311 | 211 | 215 | 0 | 40 | 36 | 25 | 544 | 45 | 102 |
| Binary | 11001001 | 10001001 | 10001101 | 0 | 100000 | 11110 | 10101 | 101100100 | 100101 | 1000010 |
Color Harmonies of #C9898D
Complementary color
Monochromatic Colors of #C9898D
Black with #C9898D
Text Example
Text Example
White with #C9898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9898D; }
p { color: rgb(201,137,141); }
H1.HeaderClassName
{
color: #C9898D;
}
.AnyTagClassName
{
color: #C9898D;
}
</style>
background-color css
<style>
a { background-color: #C9898D; }
a { background-color: rgb(201,137,141); }
div.DivClassName
{
background-color: #C9898D;
}
.BgClassName
{
background-color: #C9898D;
}
</style>
border-color css
<style>
span { border-color: #C9898D; }
span { border-color: rgb(201,137,141); }
td.TdClassName
{
border-color: #C9898D;
}
.TagClassName
{
border-color: #C9898D;
}
</style>