Shades of Puce #C4888B
Tints of Puce #C4888B
RGB
CMYK
RGB Variations
Color information
#C4888B (or 0xC4888B) is known color: Puce. HEX triplet: C4, 88 and 8B. RGB value is (196,136,139). Sum of RGB (Red+Green+Blue) = 196+136+139=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 136 (53.52% from 255 or 28.87% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 196 - color contains mainly: red. Hex color #C4888B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4888B is #3B7774. Grayscale: #9A9A9A. Windows color (decimal): -3897205 or 9144516. OLE color: 9144516.
HSL color Cylindrical-coordinate representation of color #C4888B: hue angle of 357º 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 #C4888B is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 136 | 139 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.23 |
| HSL | 357º | 0.34% | 0.65% | - |
| HSV(B) | 357º | 0.31% | 0.77% | - |
| XYZ | 36.23 | 31.21 | 28.54 | - |
| YUV | 154.28 | 119.38 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 136 | 139 | 0 | 0.31 | 0.29 | 0.23 | 357 | 0.34 | 0.65 |
| Hex | C4 | 88 | 8B | 0 | 1F | 1D | 17 | 165 | 22 | 41 |
| Octal | 304 | 210 | 213 | 0 | 37 | 35 | 27 | 545 | 42 | 101 |
| Binary | 11000100 | 10001000 | 10001011 | 0 | 11111 | 11101 | 10111 | 101100101 | 100010 | 1000001 |
Color Harmonies of #C4888B
Complementary color
Monochromatic Colors of #C4888B
Black with #C4888B
Text Example
Text Example
White with #C4888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4888B; }
p { color: rgb(196,136,139); }
H1.HeaderClassName
{
color: #C4888B;
}
.AnyTagClassName
{
color: #C4888B;
}
</style>
background-color css
<style>
a { background-color: #C4888B; }
a { background-color: rgb(196,136,139); }
div.DivClassName
{
background-color: #C4888B;
}
.BgClassName
{
background-color: #C4888B;
}
</style>
border-color css
<style>
span { border-color: #C4888B; }
span { border-color: rgb(196,136,139); }
td.TdClassName
{
border-color: #C4888B;
}
.TagClassName
{
border-color: #C4888B;
}
</style>