Shades of Puce #C5888B
Tints of Puce #C5888B
RGB
CMYK
RGB Variations
Color information
#C5888B (or 0xC5888B) is known color: Puce. HEX triplet: C5, 88 and 8B. RGB value is (197,136,139). Sum of RGB (Red+Green+Blue) = 197+136+139=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 197 - color contains mainly: red. Hex color #C5888B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5888B is #3A7774. Grayscale: #9A9A9A. Windows color (decimal): -3831669 or 9144517. OLE color: 9144517.
HSL color Cylindrical-coordinate representation of color #C5888B: hue angle of 357.05º 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 #C5888B is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 136 | 139 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.23 |
| HSL | 357.05º | 0.34% | 0.65% | - |
| HSV(B) | 357.05º | 0.31% | 0.77% | - |
| XYZ | 36.49 | 31.34 | 28.55 | - |
| YUV | 154.58 | 119.21 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 136 | 139 | 0 | 0.31 | 0.29 | 0.23 | 357.05 | 0.34 | 0.65 |
| Hex | C5 | 88 | 8B | 0 | 1F | 1D | 17 | 165 | 22 | 41 |
| Octal | 305 | 210 | 213 | 0 | 37 | 35 | 27 | 545 | 42 | 101 |
| Binary | 11000101 | 10001000 | 10001011 | 0 | 11111 | 11101 | 10111 | 101100101 | 100010 | 1000001 |
Color Harmonies of #C5888B
Complementary color
Monochromatic Colors of #C5888B
Black with #C5888B
Text Example
Text Example
White with #C5888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5888B; }
p { color: rgb(197,136,139); }
H1.HeaderClassName
{
color: #C5888B;
}
.AnyTagClassName
{
color: #C5888B;
}
</style>
background-color css
<style>
a { background-color: #C5888B; }
a { background-color: rgb(197,136,139); }
div.DivClassName
{
background-color: #C5888B;
}
.BgClassName
{
background-color: #C5888B;
}
</style>
border-color css
<style>
span { border-color: #C5888B; }
span { border-color: rgb(197,136,139); }
td.TdClassName
{
border-color: #C5888B;
}
.TagClassName
{
border-color: #C5888B;
}
</style>