Shades of Puce #C4848C
Tints of Puce #C4848C
RGB
CMYK
RGB Variations
Color information
#C4848C (or 0xC4848C) is known color: Puce. HEX triplet: C4, 84 and 8C. RGB value is (196,132,140). Sum of RGB (Red+Green+Blue) = 196+132+140=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C4848C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4848C is #3B7B73. Grayscale: #989898. Windows color (decimal): -3898228 or 9209028. OLE color: 9209028.
HSL color Cylindrical-coordinate representation of color #C4848C: hue angle of 352.5º 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 #C4848C is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 132 | 140 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.23 |
| HSL | 352.5º | 0.35% | 0.64% | - |
| HSV(B) | 352.5º | 0.33% | 0.77% | - |
| XYZ | 35.75 | 30.13 | 28.74 | - |
| YUV | 152.05 | 121.2 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 132 | 140 | 0 | 0.33 | 0.29 | 0.23 | 352.5 | 0.35 | 0.64 |
| Hex | C4 | 84 | 8C | 0 | 21 | 1D | 17 | 160 | 23 | 40 |
| Octal | 304 | 204 | 214 | 0 | 41 | 35 | 27 | 540 | 43 | 100 |
| Binary | 11000100 | 10000100 | 10001100 | 0 | 100001 | 11101 | 10111 | 101100000 | 100011 | 1000000 |
Color Harmonies of #C4848C
Complementary color
Monochromatic Colors of #C4848C
Black with #C4848C
Text Example
Text Example
White with #C4848C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4848C; }
p { color: rgb(196,132,140); }
H1.HeaderClassName
{
color: #C4848C;
}
.AnyTagClassName
{
color: #C4848C;
}
</style>
background-color css
<style>
a { background-color: #C4848C; }
a { background-color: rgb(196,132,140); }
div.DivClassName
{
background-color: #C4848C;
}
.BgClassName
{
background-color: #C4848C;
}
</style>
border-color css
<style>
span { border-color: #C4848C; }
span { border-color: rgb(196,132,140); }
td.TdClassName
{
border-color: #C4848C;
}
.TagClassName
{
border-color: #C4848C;
}
</style>