Shades of Puce #C4848E
Tints of Puce #C4848E
RGB
CMYK
RGB Variations
Color information
#C4848E (or 0xC4848E) is known color: Puce. HEX triplet: C4, 84 and 8E. RGB value is (196,132,142). Sum of RGB (Red+Green+Blue) = 196+132+142=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 132 (51.95% from 255 or 28.09% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C4848E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4848E is #3B7B71. Grayscale: #989898. Windows color (decimal): -3898226 or 9340100. OLE color: 9340100.
HSL color Cylindrical-coordinate representation of color #C4848E: hue angle of 350.62º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C4848E is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 132 | 142 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.23 |
| HSL | 350.63º | 0.35% | 0.64% | - |
| HSV(B) | 350.63º | 0.33% | 0.77% | - |
| XYZ | 35.9 | 30.19 | 29.53 | - |
| YUV | 152.28 | 122.2 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 132 | 142 | 0 | 0.33 | 0.28 | 0.23 | 350.63 | 0.35 | 0.64 |
| Hex | C4 | 84 | 8E | 0 | 21 | 1C | 17 | 15F | 23 | 40 |
| Octal | 304 | 204 | 216 | 0 | 41 | 34 | 27 | 537 | 43 | 100 |
| Binary | 11000100 | 10000100 | 10001110 | 0 | 100001 | 11100 | 10111 | 101011111 | 100011 | 1000000 |
Color Harmonies of #C4848E
Complementary color
Monochromatic Colors of #C4848E
Black with #C4848E
Text Example
Text Example
White with #C4848E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4848E; }
p { color: rgb(196,132,142); }
H1.HeaderClassName
{
color: #C4848E;
}
.AnyTagClassName
{
color: #C4848E;
}
</style>
background-color css
<style>
a { background-color: #C4848E; }
a { background-color: rgb(196,132,142); }
div.DivClassName
{
background-color: #C4848E;
}
.BgClassName
{
background-color: #C4848E;
}
</style>
border-color css
<style>
span { border-color: #C4848E; }
span { border-color: rgb(196,132,142); }
td.TdClassName
{
border-color: #C4848E;
}
.TagClassName
{
border-color: #C4848E;
}
</style>