Shades of Puce #C5898B
Tints of Puce #C5898B
RGB
CMYK
RGB Variations
Color information
#C5898B (or 0xC5898B) is known color: Puce. HEX triplet: C5, 89 and 8B. RGB value is (197,137,139). Sum of RGB (Red+Green+Blue) = 197+137+139=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 137 (53.91% from 255 or 28.96% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 197 - color contains mainly: red. Hex color #C5898B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5898B is #3A7674. Grayscale: #9B9B9B. Windows color (decimal): -3831413 or 9144773. OLE color: 9144773.
HSL color Cylindrical-coordinate representation of color #C5898B: hue angle of 358º 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 #C5898B is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 137 | 139 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.23 |
| HSL | 358º | 0.34% | 0.65% | - |
| HSV(B) | 358º | 0.3% | 0.77% | - |
| XYZ | 36.63 | 31.63 | 28.6 | - |
| YUV | 155.17 | 118.88 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 137 | 139 | 0 | 0.30 | 0.29 | 0.23 | 358 | 0.34 | 0.65 |
| Hex | C5 | 89 | 8B | 0 | 1E | 1D | 17 | 166 | 22 | 41 |
| Octal | 305 | 211 | 213 | 0 | 36 | 35 | 27 | 546 | 42 | 101 |
| Binary | 11000101 | 10001001 | 10001011 | 0 | 11110 | 11101 | 10111 | 101100110 | 100010 | 1000001 |
Color Harmonies of #C5898B
Complementary color
Monochromatic Colors of #C5898B
Black with #C5898B
Text Example
Text Example
White with #C5898B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5898B; }
p { color: rgb(197,137,139); }
H1.HeaderClassName
{
color: #C5898B;
}
.AnyTagClassName
{
color: #C5898B;
}
</style>
background-color css
<style>
a { background-color: #C5898B; }
a { background-color: rgb(197,137,139); }
div.DivClassName
{
background-color: #C5898B;
}
.BgClassName
{
background-color: #C5898B;
}
</style>
border-color css
<style>
span { border-color: #C5898B; }
span { border-color: rgb(197,137,139); }
td.TdClassName
{
border-color: #C5898B;
}
.TagClassName
{
border-color: #C5898B;
}
</style>