Shades of Puce #C48796
Tints of Puce #C48796
RGB
CMYK
RGB Variations
Color information
#C48796 (or 0xC48796) is known color: Puce. HEX triplet: C4, 87 and 96. RGB value is (196,135,150). Sum of RGB (Red+Green+Blue) = 196+135+150=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 135 (53.12% from 255 or 28.07% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 196 - color contains mainly: red. Hex color #C48796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48796 is #3B7869. Grayscale: #9A9A9A. Windows color (decimal): -3897450 or 9865156. OLE color: 9865156.
HSL color Cylindrical-coordinate representation of color #C48796: hue angle of 345.25º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C48796 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 135 | 150 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.23 |
| HSL | 345.25º | 0.34% | 0.65% | - |
| HSV(B) | 345.25º | 0.31% | 0.77% | - |
| XYZ | 36.93 | 31.27 | 32.94 | - |
| YUV | 154.95 | 125.21 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 135 | 150 | 0 | 0.31 | 0.23 | 0.23 | 345.25 | 0.34 | 0.65 |
| Hex | C4 | 87 | 96 | 0 | 1F | 17 | 17 | 159 | 22 | 41 |
| Octal | 304 | 207 | 226 | 0 | 37 | 27 | 27 | 531 | 42 | 101 |
| Binary | 11000100 | 10000111 | 10010110 | 0 | 11111 | 10111 | 10111 | 101011001 | 100010 | 1000001 |
Color Harmonies of #C48796
Complementary color
Monochromatic Colors of #C48796
Black with #C48796
Text Example
Text Example
White with #C48796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48796; }
p { color: rgb(196,135,150); }
H1.HeaderClassName
{
color: #C48796;
}
.AnyTagClassName
{
color: #C48796;
}
</style>
background-color css
<style>
a { background-color: #C48796; }
a { background-color: rgb(196,135,150); }
div.DivClassName
{
background-color: #C48796;
}
.BgClassName
{
background-color: #C48796;
}
</style>
border-color css
<style>
span { border-color: #C48796; }
span { border-color: rgb(196,135,150); }
td.TdClassName
{
border-color: #C48796;
}
.TagClassName
{
border-color: #C48796;
}
</style>