Shades of Puce #C5848E
Tints of Puce #C5848E
RGB
CMYK
RGB Variations
Color information
#C5848E (or 0xC5848E) is known color: Puce. HEX triplet: C5, 84 and 8E. RGB value is (197,132,142). Sum of RGB (Red+Green+Blue) = 197+132+142=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 142 (55.86% from 255 or 30.15% from 471); Max value from RGB is 197 - color contains mainly: red. Hex color #C5848E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5848E is #3A7B71. Grayscale: #989898. Windows color (decimal): -3832690 or 9340101. OLE color: 9340101.
HSL color Cylindrical-coordinate representation of color #C5848E: hue angle of 350.77º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C5848E is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 132 | 142 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.23 |
| HSL | 350.77º | 0.36% | 0.65% | - |
| HSV(B) | 350.77º | 0.33% | 0.77% | - |
| XYZ | 36.16 | 30.33 | 29.54 | - |
| YUV | 152.58 | 122.03 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 142 | 0 | 0.33 | 0.28 | 0.23 | 350.77 | 0.36 | 0.65 |
| Hex | C5 | 84 | 8E | 0 | 21 | 1C | 17 | 15F | 24 | 41 |
| Octal | 305 | 204 | 216 | 0 | 41 | 34 | 27 | 537 | 44 | 101 |
| Binary | 11000101 | 10000100 | 10001110 | 0 | 100001 | 11100 | 10111 | 101011111 | 100100 | 1000001 |
Color Harmonies of #C5848E
Complementary color
Monochromatic Colors of #C5848E
Black with #C5848E
Text Example
Text Example
White with #C5848E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5848E; }
p { color: rgb(197,132,142); }
H1.HeaderClassName
{
color: #C5848E;
}
.AnyTagClassName
{
color: #C5848E;
}
</style>
background-color css
<style>
a { background-color: #C5848E; }
a { background-color: rgb(197,132,142); }
div.DivClassName
{
background-color: #C5848E;
}
.BgClassName
{
background-color: #C5848E;
}
</style>
border-color css
<style>
span { border-color: #C5848E; }
span { border-color: rgb(197,132,142); }
td.TdClassName
{
border-color: #C5848E;
}
.TagClassName
{
border-color: #C5848E;
}
</style>