Shades of Puce #C5898F
Tints of Puce #C5898F
RGB
CMYK
RGB Variations
Color information
#C5898F (or 0xC5898F) is known color: Puce. HEX triplet: C5, 89 and 8F. RGB value is (197,137,143). Sum of RGB (Red+Green+Blue) = 197+137+143=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 137 (53.91% from 255 or 28.72% from 477); Blue value is 143 (56.25% from 255 or 29.98% from 477); Max value from RGB is 197 - color contains mainly: red. Hex color #C5898F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5898F is #3A7670. Grayscale: #9B9B9B. Windows color (decimal): -3831409 or 9406917. OLE color: 9406917.
HSL color Cylindrical-coordinate representation of color #C5898F: hue angle of 354º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5898F is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 137 | 143 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.23 |
| HSL | 354º | 0.34% | 0.65% | - |
| HSV(B) | 354º | 0.3% | 0.77% | - |
| XYZ | 36.93 | 31.74 | 30.17 | - |
| YUV | 155.62 | 120.88 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 137 | 143 | 0 | 0.30 | 0.27 | 0.23 | 354 | 0.34 | 0.65 |
| Hex | C5 | 89 | 8F | 0 | 1E | 1B | 17 | 162 | 22 | 41 |
| Octal | 305 | 211 | 217 | 0 | 36 | 33 | 27 | 542 | 42 | 101 |
| Binary | 11000101 | 10001001 | 10001111 | 0 | 11110 | 11011 | 10111 | 101100010 | 100010 | 1000001 |
Color Harmonies of #C5898F
Complementary color
Monochromatic Colors of #C5898F
Black with #C5898F
Text Example
Text Example
White with #C5898F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5898F; }
p { color: rgb(197,137,143); }
H1.HeaderClassName
{
color: #C5898F;
}
.AnyTagClassName
{
color: #C5898F;
}
</style>
background-color css
<style>
a { background-color: #C5898F; }
a { background-color: rgb(197,137,143); }
div.DivClassName
{
background-color: #C5898F;
}
.BgClassName
{
background-color: #C5898F;
}
</style>
border-color css
<style>
span { border-color: #C5898F; }
span { border-color: rgb(197,137,143); }
td.TdClassName
{
border-color: #C5898F;
}
.TagClassName
{
border-color: #C5898F;
}
</style>