Shades of Puce #C4868B
Tints of Puce #C4868B
RGB
CMYK
RGB Variations
Color information
#C4868B (or 0xC4868B) is known color: Puce. HEX triplet: C4, 86 and 8B. RGB value is (196,134,139). Sum of RGB (Red+Green+Blue) = 196+134+139=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 134 (52.73% from 255 or 28.57% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 196 - color contains mainly: red. Hex color #C4868B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4868B is #3B7974. Grayscale: #999999. Windows color (decimal): -3897717 or 9144004. OLE color: 9144004.
HSL color Cylindrical-coordinate representation of color #C4868B: hue angle of 355.16º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C4868B is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 134 | 139 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.23 |
| HSL | 355.16º | 0.34% | 0.65% | - |
| HSV(B) | 355.16º | 0.32% | 0.77% | - |
| XYZ | 35.95 | 30.65 | 28.45 | - |
| YUV | 153.11 | 120.04 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 134 | 139 | 0 | 0.32 | 0.29 | 0.23 | 355.16 | 0.34 | 0.65 |
| Hex | C4 | 86 | 8B | 0 | 20 | 1D | 17 | 163 | 22 | 41 |
| Octal | 304 | 206 | 213 | 0 | 40 | 35 | 27 | 543 | 42 | 101 |
| Binary | 11000100 | 10000110 | 10001011 | 0 | 100000 | 11101 | 10111 | 101100011 | 100010 | 1000001 |
Color Harmonies of #C4868B
Complementary color
Monochromatic Colors of #C4868B
Black with #C4868B
Text Example
Text Example
White with #C4868B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4868B; }
p { color: rgb(196,134,139); }
H1.HeaderClassName
{
color: #C4868B;
}
.AnyTagClassName
{
color: #C4868B;
}
</style>
background-color css
<style>
a { background-color: #C4868B; }
a { background-color: rgb(196,134,139); }
div.DivClassName
{
background-color: #C4868B;
}
.BgClassName
{
background-color: #C4868B;
}
</style>
border-color css
<style>
span { border-color: #C4868B; }
span { border-color: rgb(196,134,139); }
td.TdClassName
{
border-color: #C4868B;
}
.TagClassName
{
border-color: #C4868B;
}
</style>