Shades of Puce #C4838F
Tints of Puce #C4838F
RGB
CMYK
RGB Variations
Color information
#C4838F (or 0xC4838F) is known color: Puce. HEX triplet: C4, 83 and 8F. RGB value is (196,131,143). Sum of RGB (Red+Green+Blue) = 196+131+143=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 143 (56.25% from 255 or 30.43% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C4838F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4838F is #3B7C70. Grayscale: #979797. Windows color (decimal): -3898481 or 9405380. OLE color: 9405380.
HSL color Cylindrical-coordinate representation of color #C4838F: hue angle of 348.92º degrees, saturation: 0.36, 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 #C4838F is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 131 | 143 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.23 |
| HSL | 348.92º | 0.36% | 0.64% | - |
| HSV(B) | 348.92º | 0.33% | 0.77% | - |
| XYZ | 35.84 | 29.95 | 29.88 | - |
| YUV | 151.8 | 123.03 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 131 | 143 | 0 | 0.33 | 0.27 | 0.23 | 348.92 | 0.36 | 0.64 |
| Hex | C4 | 83 | 8F | 0 | 21 | 1B | 17 | 15D | 24 | 40 |
| Octal | 304 | 203 | 217 | 0 | 41 | 33 | 27 | 535 | 44 | 100 |
| Binary | 11000100 | 10000011 | 10001111 | 0 | 100001 | 11011 | 10111 | 101011101 | 100100 | 1000000 |
Color Harmonies of #C4838F
Complementary color
Monochromatic Colors of #C4838F
Black with #C4838F
Text Example
Text Example
White with #C4838F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4838F; }
p { color: rgb(196,131,143); }
H1.HeaderClassName
{
color: #C4838F;
}
.AnyTagClassName
{
color: #C4838F;
}
</style>
background-color css
<style>
a { background-color: #C4838F; }
a { background-color: rgb(196,131,143); }
div.DivClassName
{
background-color: #C4838F;
}
.BgClassName
{
background-color: #C4838F;
}
</style>
border-color css
<style>
span { border-color: #C4838F; }
span { border-color: rgb(196,131,143); }
td.TdClassName
{
border-color: #C4838F;
}
.TagClassName
{
border-color: #C4838F;
}
</style>