Shades of Puce #C5888E
Tints of Puce #C5888E
RGB
CMYK
RGB Variations
Color information
#C5888E (or 0xC5888E) is known color: Puce. HEX triplet: C5, 88 and 8E. RGB value is (197,136,142). Sum of RGB (Red+Green+Blue) = 197+136+142=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 142 (55.86% from 255 or 29.89% from 475); Max value from RGB is 197 - color contains mainly: red. Hex color #C5888E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5888E is #3A7771. Grayscale: #9A9A9A. Windows color (decimal): -3831666 or 9341125. OLE color: 9341125.
HSL color Cylindrical-coordinate representation of color #C5888E: hue angle of 354.1º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C5888E is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 136 | 142 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.23 |
| HSL | 354.1º | 0.34% | 0.65% | - |
| HSV(B) | 354.1º | 0.31% | 0.77% | - |
| XYZ | 36.71 | 31.43 | 29.72 | - |
| YUV | 154.92 | 120.71 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 136 | 142 | 0 | 0.31 | 0.28 | 0.23 | 354.1 | 0.34 | 0.65 |
| Hex | C5 | 88 | 8E | 0 | 1F | 1C | 17 | 162 | 22 | 41 |
| Octal | 305 | 210 | 216 | 0 | 37 | 34 | 27 | 542 | 42 | 101 |
| Binary | 11000101 | 10001000 | 10001110 | 0 | 11111 | 11100 | 10111 | 101100010 | 100010 | 1000001 |
Color Harmonies of #C5888E
Complementary color
Monochromatic Colors of #C5888E
Black with #C5888E
Text Example
Text Example
White with #C5888E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5888E; }
p { color: rgb(197,136,142); }
H1.HeaderClassName
{
color: #C5888E;
}
.AnyTagClassName
{
color: #C5888E;
}
</style>
background-color css
<style>
a { background-color: #C5888E; }
a { background-color: rgb(197,136,142); }
div.DivClassName
{
background-color: #C5888E;
}
.BgClassName
{
background-color: #C5888E;
}
</style>
border-color css
<style>
span { border-color: #C5888E; }
span { border-color: rgb(197,136,142); }
td.TdClassName
{
border-color: #C5888E;
}
.TagClassName
{
border-color: #C5888E;
}
</style>