Shades of Puce #C4878B
Tints of Puce #C4878B
RGB
CMYK
RGB Variations
Color information
#C4878B (or 0xC4878B) is known color: Puce. HEX triplet: C4, 87 and 8B. RGB value is (196,135,139). Sum of RGB (Red+Green+Blue) = 196+135+139=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 135 (53.12% from 255 or 28.72% from 470); Blue value is 139 (54.69% from 255 or 29.57% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C4878B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4878B is #3B7874. Grayscale: #999999. Windows color (decimal): -3897461 or 9144260. OLE color: 9144260.
HSL color Cylindrical-coordinate representation of color #C4878B: hue angle of 356.07º 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 #C4878B is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 135 | 139 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.23 |
| HSL | 356.07º | 0.34% | 0.65% | - |
| HSV(B) | 356.07º | 0.31% | 0.77% | - |
| XYZ | 36.09 | 30.93 | 28.49 | - |
| YUV | 153.7 | 119.71 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 135 | 139 | 0 | 0.31 | 0.29 | 0.23 | 356.07 | 0.34 | 0.65 |
| Hex | C4 | 87 | 8B | 0 | 1F | 1D | 17 | 164 | 22 | 41 |
| Octal | 304 | 207 | 213 | 0 | 37 | 35 | 27 | 544 | 42 | 101 |
| Binary | 11000100 | 10000111 | 10001011 | 0 | 11111 | 11101 | 10111 | 101100100 | 100010 | 1000001 |
Color Harmonies of #C4878B
Complementary color
Monochromatic Colors of #C4878B
Black with #C4878B
Text Example
Text Example
White with #C4878B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4878B; }
p { color: rgb(196,135,139); }
H1.HeaderClassName
{
color: #C4878B;
}
.AnyTagClassName
{
color: #C4878B;
}
</style>
background-color css
<style>
a { background-color: #C4878B; }
a { background-color: rgb(196,135,139); }
div.DivClassName
{
background-color: #C4878B;
}
.BgClassName
{
background-color: #C4878B;
}
</style>
border-color css
<style>
span { border-color: #C4878B; }
span { border-color: rgb(196,135,139); }
td.TdClassName
{
border-color: #C4878B;
}
.TagClassName
{
border-color: #C4878B;
}
</style>