Shades of Puce #C4849D
Tints of Puce #C4849D
RGB
CMYK
RGB Variations
Color information
#C4849D (or 0xC4849D) is known color: Puce. HEX triplet: C4, 84 and 9D. RGB value is (196,132,157). Sum of RGB (Red+Green+Blue) = 196+132+157=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 157 (61.72% from 255 or 32.37% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C4849D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4849D is #3B7B62. Grayscale: #999999. Windows color (decimal): -3898211 or 10323140. OLE color: 10323140.
HSL color Cylindrical-coordinate representation of color #C4849D: hue angle of 336.56º 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 #C4849D is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 132 | 157 | - |
| CMYK | 0 | 0.33 | 0.20 | 0.23 |
| HSL | 336.56º | 0.35% | 0.64% | - |
| HSV(B) | 336.56º | 0.33% | 0.77% | - |
| XYZ | 37.1 | 30.67 | 35.86 | - |
| YUV | 153.99 | 129.7 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 132 | 157 | 0 | 0.33 | 0.20 | 0.23 | 336.56 | 0.35 | 0.64 |
| Hex | C4 | 84 | 9D | 0 | 21 | 14 | 17 | 151 | 23 | 40 |
| Octal | 304 | 204 | 235 | 0 | 41 | 24 | 27 | 521 | 43 | 100 |
| Binary | 11000100 | 10000100 | 10011101 | 0 | 100001 | 10100 | 10111 | 101010001 | 100011 | 1000000 |
Color Harmonies of #C4849D
Complementary color
Monochromatic Colors of #C4849D
Black with #C4849D
Text Example
Text Example
White with #C4849D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4849D; }
p { color: rgb(196,132,157); }
H1.HeaderClassName
{
color: #C4849D;
}
.AnyTagClassName
{
color: #C4849D;
}
</style>
background-color css
<style>
a { background-color: #C4849D; }
a { background-color: rgb(196,132,157); }
div.DivClassName
{
background-color: #C4849D;
}
.BgClassName
{
background-color: #C4849D;
}
</style>
border-color css
<style>
span { border-color: #C4849D; }
span { border-color: rgb(196,132,157); }
td.TdClassName
{
border-color: #C4849D;
}
.TagClassName
{
border-color: #C4849D;
}
</style>