Shades of Puce #C4849B
Tints of Puce #C4849B
RGB
CMYK
RGB Variations
Color information
#C4849B (or 0xC4849B) is known color: Puce. HEX triplet: C4, 84 and 9B. RGB value is (196,132,155). Sum of RGB (Red+Green+Blue) = 196+132+155=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 155 (60.94% from 255 or 32.09% from 483); Max value from RGB is 196 - color contains mainly: red. Hex color #C4849B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4849B is #3B7B64. Grayscale: #999999. Windows color (decimal): -3898213 or 10192068. OLE color: 10192068.
HSL color Cylindrical-coordinate representation of color #C4849B: hue angle of 338.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 #C4849B is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 132 | 155 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.23 |
| HSL | 338.44º | 0.35% | 0.64% | - |
| HSV(B) | 338.44º | 0.33% | 0.77% | - |
| XYZ | 36.93 | 30.6 | 34.97 | - |
| YUV | 153.76 | 128.7 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 132 | 155 | 0 | 0.33 | 0.21 | 0.23 | 338.44 | 0.35 | 0.64 |
| Hex | C4 | 84 | 9B | 0 | 21 | 15 | 17 | 152 | 23 | 40 |
| Octal | 304 | 204 | 233 | 0 | 41 | 25 | 27 | 522 | 43 | 100 |
| Binary | 11000100 | 10000100 | 10011011 | 0 | 100001 | 10101 | 10111 | 101010010 | 100011 | 1000000 |
Color Harmonies of #C4849B
Complementary color
Monochromatic Colors of #C4849B
Black with #C4849B
Text Example
Text Example
White with #C4849B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4849B; }
p { color: rgb(196,132,155); }
H1.HeaderClassName
{
color: #C4849B;
}
.AnyTagClassName
{
color: #C4849B;
}
</style>
background-color css
<style>
a { background-color: #C4849B; }
a { background-color: rgb(196,132,155); }
div.DivClassName
{
background-color: #C4849B;
}
.BgClassName
{
background-color: #C4849B;
}
</style>
border-color css
<style>
span { border-color: #C4849B; }
span { border-color: rgb(196,132,155); }
td.TdClassName
{
border-color: #C4849B;
}
.TagClassName
{
border-color: #C4849B;
}
</style>