Shades of Puce #C4888C
Tints of Puce #C4888C
RGB
CMYK
RGB Variations
Color information
#C4888C (or 0xC4888C) is known color: Puce. HEX triplet: C4, 88 and 8C. RGB value is (196,136,140). Sum of RGB (Red+Green+Blue) = 196+136+140=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 196 - color contains mainly: red. Hex color #C4888C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4888C is #3B7773. Grayscale: #9A9A9A. Windows color (decimal): -3897204 or 9210052. OLE color: 9210052.
HSL color Cylindrical-coordinate representation of color #C4888C: hue angle of 356º 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 #C4888C is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 136 | 140 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.23 |
| HSL | 356º | 0.34% | 0.65% | - |
| HSV(B) | 356º | 0.31% | 0.77% | - |
| XYZ | 36.3 | 31.24 | 28.93 | - |
| YUV | 154.4 | 119.88 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 136 | 140 | 0 | 0.31 | 0.29 | 0.23 | 356 | 0.34 | 0.65 |
| Hex | C4 | 88 | 8C | 0 | 1F | 1D | 17 | 164 | 22 | 41 |
| Octal | 304 | 210 | 214 | 0 | 37 | 35 | 27 | 544 | 42 | 101 |
| Binary | 11000100 | 10001000 | 10001100 | 0 | 11111 | 11101 | 10111 | 101100100 | 100010 | 1000001 |
Color Harmonies of #C4888C
Complementary color
Monochromatic Colors of #C4888C
Black with #C4888C
Text Example
Text Example
White with #C4888C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4888C; }
p { color: rgb(196,136,140); }
H1.HeaderClassName
{
color: #C4888C;
}
.AnyTagClassName
{
color: #C4888C;
}
</style>
background-color css
<style>
a { background-color: #C4888C; }
a { background-color: rgb(196,136,140); }
div.DivClassName
{
background-color: #C4888C;
}
.BgClassName
{
background-color: #C4888C;
}
</style>
border-color css
<style>
span { border-color: #C4888C; }
span { border-color: rgb(196,136,140); }
td.TdClassName
{
border-color: #C4888C;
}
.TagClassName
{
border-color: #C4888C;
}
</style>