Shades of Puce #C4848B
Tints of Puce #C4848B
RGB
CMYK
RGB Variations
Color information
#C4848B (or 0xC4848B) is known color: Puce. HEX triplet: C4, 84 and 8B. RGB value is (196,132,139). Sum of RGB (Red+Green+Blue) = 196+132+139=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C4848B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4848B is #3B7B74. Grayscale: #979797. Windows color (decimal): -3898229 or 9143492. OLE color: 9143492.
HSL color Cylindrical-coordinate representation of color #C4848B: hue angle of 353.44º 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 #C4848B is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 132 | 139 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.23 |
| HSL | 353.44º | 0.35% | 0.64% | - |
| HSV(B) | 353.44º | 0.33% | 0.77% | - |
| XYZ | 35.68 | 30.1 | 28.36 | - |
| YUV | 151.93 | 120.7 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 132 | 139 | 0 | 0.33 | 0.29 | 0.23 | 353.44 | 0.35 | 0.64 |
| Hex | C4 | 84 | 8B | 0 | 21 | 1D | 17 | 161 | 23 | 40 |
| Octal | 304 | 204 | 213 | 0 | 41 | 35 | 27 | 541 | 43 | 100 |
| Binary | 11000100 | 10000100 | 10001011 | 0 | 100001 | 11101 | 10111 | 101100001 | 100011 | 1000000 |
Color Harmonies of #C4848B
Complementary color
Monochromatic Colors of #C4848B
Black with #C4848B
Text Example
Text Example
White with #C4848B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4848B; }
p { color: rgb(196,132,139); }
H1.HeaderClassName
{
color: #C4848B;
}
.AnyTagClassName
{
color: #C4848B;
}
</style>
background-color css
<style>
a { background-color: #C4848B; }
a { background-color: rgb(196,132,139); }
div.DivClassName
{
background-color: #C4848B;
}
.BgClassName
{
background-color: #C4848B;
}
</style>
border-color css
<style>
span { border-color: #C4848B; }
span { border-color: rgb(196,132,139); }
td.TdClassName
{
border-color: #C4848B;
}
.TagClassName
{
border-color: #C4848B;
}
</style>