Shades of Puce #C4858E
Tints of Puce #C4858E
RGB
CMYK
RGB Variations
Color information
#C4858E (or 0xC4858E) is known color: Puce. HEX triplet: C4, 85 and 8E. RGB value is (196,133,142). Sum of RGB (Red+Green+Blue) = 196+133+142=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 142 (55.86% from 255 or 30.15% from 471); Max value from RGB is 196 - color contains mainly: red. Hex color #C4858E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4858E is #3B7A71. Grayscale: #989898. Windows color (decimal): -3897970 or 9340356. OLE color: 9340356.
HSL color Cylindrical-coordinate representation of color #C4858E: hue angle of 351.43º degrees, saturation: 0.35, 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 #C4858E is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 133 | 142 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.23 |
| HSL | 351.43º | 0.35% | 0.65% | - |
| HSV(B) | 351.43º | 0.32% | 0.77% | - |
| XYZ | 36.03 | 30.46 | 29.57 | - |
| YUV | 152.86 | 121.87 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 133 | 142 | 0 | 0.32 | 0.28 | 0.23 | 351.43 | 0.35 | 0.65 |
| Hex | C4 | 85 | 8E | 0 | 20 | 1C | 17 | 15F | 23 | 41 |
| Octal | 304 | 205 | 216 | 0 | 40 | 34 | 27 | 537 | 43 | 101 |
| Binary | 11000100 | 10000101 | 10001110 | 0 | 100000 | 11100 | 10111 | 101011111 | 100011 | 1000001 |
Color Harmonies of #C4858E
Complementary color
Monochromatic Colors of #C4858E
Black with #C4858E
Text Example
Text Example
White with #C4858E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4858E; }
p { color: rgb(196,133,142); }
H1.HeaderClassName
{
color: #C4858E;
}
.AnyTagClassName
{
color: #C4858E;
}
</style>
background-color css
<style>
a { background-color: #C4858E; }
a { background-color: rgb(196,133,142); }
div.DivClassName
{
background-color: #C4858E;
}
.BgClassName
{
background-color: #C4858E;
}
</style>
border-color css
<style>
span { border-color: #C4858E; }
span { border-color: rgb(196,133,142); }
td.TdClassName
{
border-color: #C4858E;
}
.TagClassName
{
border-color: #C4858E;
}
</style>