Shades of Puce #C48591
Tints of Puce #C48591
RGB
CMYK
RGB Variations
Color information
#C48591 (or 0xC48591) is known color: Puce. HEX triplet: C4, 85 and 91. RGB value is (196,133,145). Sum of RGB (Red+Green+Blue) = 196+133+145=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 133 (52.34% from 255 or 28.06% from 474); Blue value is 145 (57.03% from 255 or 30.59% from 474); Max value from RGB is 196 - color contains mainly: red. Hex color #C48591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48591 is #3B7A6E. Grayscale: #999999. Windows color (decimal): -3897967 or 9536964. OLE color: 9536964.
HSL color Cylindrical-coordinate representation of color #C48591: hue angle of 348.57º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C48591 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 133 | 145 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.23 |
| HSL | 348.57º | 0.35% | 0.65% | - |
| HSV(B) | 348.57º | 0.32% | 0.77% | - |
| XYZ | 36.26 | 30.56 | 30.77 | - |
| YUV | 153.21 | 123.37 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 133 | 145 | 0 | 0.32 | 0.26 | 0.23 | 348.57 | 0.35 | 0.65 |
| Hex | C4 | 85 | 91 | 0 | 20 | 1A | 17 | 15D | 23 | 41 |
| Octal | 304 | 205 | 221 | 0 | 40 | 32 | 27 | 535 | 43 | 101 |
| Binary | 11000100 | 10000101 | 10010001 | 0 | 100000 | 11010 | 10111 | 101011101 | 100011 | 1000001 |
Color Harmonies of #C48591
Complementary color
Monochromatic Colors of #C48591
Black with #C48591
Text Example
Text Example
White with #C48591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48591; }
p { color: rgb(196,133,145); }
H1.HeaderClassName
{
color: #C48591;
}
.AnyTagClassName
{
color: #C48591;
}
</style>
background-color css
<style>
a { background-color: #C48591; }
a { background-color: rgb(196,133,145); }
div.DivClassName
{
background-color: #C48591;
}
.BgClassName
{
background-color: #C48591;
}
</style>
border-color css
<style>
span { border-color: #C48591; }
span { border-color: rgb(196,133,145); }
td.TdClassName
{
border-color: #C48591;
}
.TagClassName
{
border-color: #C48591;
}
</style>