Shades of Puce #C4858D
Tints of Puce #C4858D
RGB
CMYK
RGB Variations
Color information
#C4858D (or 0xC4858D) is known color: Puce. HEX triplet: C4, 85 and 8D. RGB value is (196,133,141). Sum of RGB (Red+Green+Blue) = 196+133+141=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C4858D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4858D is #3B7A72. Grayscale: #989898. Windows color (decimal): -3897971 or 9274820. OLE color: 9274820.
HSL color Cylindrical-coordinate representation of color #C4858D: hue angle of 352.38º 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 #C4858D is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 133 | 141 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.23 |
| HSL | 352.38º | 0.35% | 0.65% | - |
| HSV(B) | 352.38º | 0.32% | 0.77% | - |
| XYZ | 35.96 | 30.43 | 29.18 | - |
| YUV | 152.75 | 121.37 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 133 | 141 | 0 | 0.32 | 0.28 | 0.23 | 352.38 | 0.35 | 0.65 |
| Hex | C4 | 85 | 8D | 0 | 20 | 1C | 17 | 160 | 23 | 41 |
| Octal | 304 | 205 | 215 | 0 | 40 | 34 | 27 | 540 | 43 | 101 |
| Binary | 11000100 | 10000101 | 10001101 | 0 | 100000 | 11100 | 10111 | 101100000 | 100011 | 1000001 |
Color Harmonies of #C4858D
Complementary color
Monochromatic Colors of #C4858D
Black with #C4858D
Text Example
Text Example
White with #C4858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4858D; }
p { color: rgb(196,133,141); }
H1.HeaderClassName
{
color: #C4858D;
}
.AnyTagClassName
{
color: #C4858D;
}
</style>
background-color css
<style>
a { background-color: #C4858D; }
a { background-color: rgb(196,133,141); }
div.DivClassName
{
background-color: #C4858D;
}
.BgClassName
{
background-color: #C4858D;
}
</style>
border-color css
<style>
span { border-color: #C4858D; }
span { border-color: rgb(196,133,141); }
td.TdClassName
{
border-color: #C4858D;
}
.TagClassName
{
border-color: #C4858D;
}
</style>