Shades of Puce #C4829F
Tints of Puce #C4829F
RGB
CMYK
RGB Variations
Color information
#C4829F (or 0xC4829F) is known color: Puce. HEX triplet: C4, 82 and 9F. RGB value is (196,130,159). Sum of RGB (Red+Green+Blue) = 196+130+159=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 159 (62.5% from 255 or 32.78% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C4829F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4829F is #3B7D60. Grayscale: #989898. Windows color (decimal): -3898721 or 10453700. OLE color: 10453700.
HSL color Cylindrical-coordinate representation of color #C4829F: hue angle of 333.64º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C4829F is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 130 | 159 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.23 |
| HSL | 333.64º | 0.36% | 0.64% | - |
| HSV(B) | 333.64º | 0.34% | 0.77% | - |
| XYZ | 37.01 | 30.2 | 36.68 | - |
| YUV | 153.04 | 131.37 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 130 | 159 | 0 | 0.34 | 0.19 | 0.23 | 333.64 | 0.36 | 0.64 |
| Hex | C4 | 82 | 9F | 0 | 22 | 13 | 17 | 14E | 24 | 40 |
| Octal | 304 | 202 | 237 | 0 | 42 | 23 | 27 | 516 | 44 | 100 |
| Binary | 11000100 | 10000010 | 10011111 | 0 | 100010 | 10011 | 10111 | 101001110 | 100100 | 1000000 |
Color Harmonies of #C4829F
Complementary color
Monochromatic Colors of #C4829F
Black with #C4829F
Text Example
Text Example
White with #C4829F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4829F; }
p { color: rgb(196,130,159); }
H1.HeaderClassName
{
color: #C4829F;
}
.AnyTagClassName
{
color: #C4829F;
}
</style>
background-color css
<style>
a { background-color: #C4829F; }
a { background-color: rgb(196,130,159); }
div.DivClassName
{
background-color: #C4829F;
}
.BgClassName
{
background-color: #C4829F;
}
</style>
border-color css
<style>
span { border-color: #C4829F; }
span { border-color: rgb(196,130,159); }
td.TdClassName
{
border-color: #C4829F;
}
.TagClassName
{
border-color: #C4829F;
}
</style>