Shades of Puce #C4878C
Tints of Puce #C4878C
RGB
CMYK
RGB Variations
Color information
#C4878C (or 0xC4878C) is known color: Puce. HEX triplet: C4, 87 and 8C. RGB value is (196,135,140). Sum of RGB (Red+Green+Blue) = 196+135+140=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 135 (53.12% from 255 or 28.66% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 196 - color contains mainly: red. Hex color #C4878C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4878C is #3B7873. Grayscale: #999999. Windows color (decimal): -3897460 or 9209796. OLE color: 9209796.
HSL color Cylindrical-coordinate representation of color #C4878C: hue angle of 355.08º 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 #C4878C is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 135 | 140 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.23 |
| HSL | 355.08º | 0.34% | 0.65% | - |
| HSV(B) | 355.08º | 0.31% | 0.77% | - |
| XYZ | 36.16 | 30.96 | 28.88 | - |
| YUV | 153.81 | 120.21 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 135 | 140 | 0 | 0.31 | 0.29 | 0.23 | 355.08 | 0.34 | 0.65 |
| Hex | C4 | 87 | 8C | 0 | 1F | 1D | 17 | 163 | 22 | 41 |
| Octal | 304 | 207 | 214 | 0 | 37 | 35 | 27 | 543 | 42 | 101 |
| Binary | 11000100 | 10000111 | 10001100 | 0 | 11111 | 11101 | 10111 | 101100011 | 100010 | 1000001 |
Color Harmonies of #C4878C
Complementary color
Monochromatic Colors of #C4878C
Black with #C4878C
Text Example
Text Example
White with #C4878C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4878C; }
p { color: rgb(196,135,140); }
H1.HeaderClassName
{
color: #C4878C;
}
.AnyTagClassName
{
color: #C4878C;
}
</style>
background-color css
<style>
a { background-color: #C4878C; }
a { background-color: rgb(196,135,140); }
div.DivClassName
{
background-color: #C4878C;
}
.BgClassName
{
background-color: #C4878C;
}
</style>
border-color css
<style>
span { border-color: #C4878C; }
span { border-color: rgb(196,135,140); }
td.TdClassName
{
border-color: #C4878C;
}
.TagClassName
{
border-color: #C4878C;
}
</style>