Shades of Puce #C4898F
Tints of Puce #C4898F
RGB
CMYK
RGB Variations
Color information
#C4898F (or 0xC4898F) is known color: Puce. HEX triplet: C4, 89 and 8F. RGB value is (196,137,143). Sum of RGB (Red+Green+Blue) = 196+137+143=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 143 (56.25% from 255 or 30.04% from 476); Max value from RGB is 196 - color contains mainly: red. Hex color #C4898F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4898F is #3B7670. Grayscale: #9B9B9B. Windows color (decimal): -3896945 or 9406916. OLE color: 9406916.
HSL color Cylindrical-coordinate representation of color #C4898F: hue angle of 353.9º degrees, saturation: 0.33, 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 #C4898F is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 137 | 143 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.23 |
| HSL | 353.9º | 0.33% | 0.65% | - |
| HSV(B) | 353.9º | 0.3% | 0.77% | - |
| XYZ | 36.67 | 31.61 | 30.16 | - |
| YUV | 155.33 | 121.05 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 137 | 143 | 0 | 0.30 | 0.27 | 0.23 | 353.9 | 0.33 | 0.65 |
| Hex | C4 | 89 | 8F | 0 | 1E | 1B | 17 | 162 | 21 | 41 |
| Octal | 304 | 211 | 217 | 0 | 36 | 33 | 27 | 542 | 41 | 101 |
| Binary | 11000100 | 10001001 | 10001111 | 0 | 11110 | 11011 | 10111 | 101100010 | 100001 | 1000001 |
Color Harmonies of #C4898F
Complementary color
Monochromatic Colors of #C4898F
Black with #C4898F
Text Example
Text Example
White with #C4898F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4898F; }
p { color: rgb(196,137,143); }
H1.HeaderClassName
{
color: #C4898F;
}
.AnyTagClassName
{
color: #C4898F;
}
</style>
background-color css
<style>
a { background-color: #C4898F; }
a { background-color: rgb(196,137,143); }
div.DivClassName
{
background-color: #C4898F;
}
.BgClassName
{
background-color: #C4898F;
}
</style>
border-color css
<style>
span { border-color: #C4898F; }
span { border-color: rgb(196,137,143); }
td.TdClassName
{
border-color: #C4898F;
}
.TagClassName
{
border-color: #C4898F;
}
</style>