Shades of Puce #C48691
Tints of Puce #C48691
RGB
CMYK
RGB Variations
Color information
#C48691 (or 0xC48691) is known color: Puce. HEX triplet: C4, 86 and 91. RGB value is (196,134,145). Sum of RGB (Red+Green+Blue) = 196+134+145=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 145 (57.03% from 255 or 30.53% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C48691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48691 is #3B796E. Grayscale: #999999. Windows color (decimal): -3897711 or 9537220. OLE color: 9537220.
HSL color Cylindrical-coordinate representation of color #C48691: hue angle of 349.35º degrees, saturation: 0.34, 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 #C48691 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 134 | 145 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.23 |
| HSL | 349.35º | 0.34% | 0.65% | - |
| HSV(B) | 349.35º | 0.32% | 0.77% | - |
| XYZ | 36.4 | 30.83 | 30.82 | - |
| YUV | 153.79 | 123.04 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 134 | 145 | 0 | 0.32 | 0.26 | 0.23 | 349.35 | 0.34 | 0.65 |
| Hex | C4 | 86 | 91 | 0 | 20 | 1A | 17 | 15D | 22 | 41 |
| Octal | 304 | 206 | 221 | 0 | 40 | 32 | 27 | 535 | 42 | 101 |
| Binary | 11000100 | 10000110 | 10010001 | 0 | 100000 | 11010 | 10111 | 101011101 | 100010 | 1000001 |
Color Harmonies of #C48691
Complementary color
Monochromatic Colors of #C48691
Black with #C48691
Text Example
Text Example
White with #C48691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48691; }
p { color: rgb(196,134,145); }
H1.HeaderClassName
{
color: #C48691;
}
.AnyTagClassName
{
color: #C48691;
}
</style>
background-color css
<style>
a { background-color: #C48691; }
a { background-color: rgb(196,134,145); }
div.DivClassName
{
background-color: #C48691;
}
.BgClassName
{
background-color: #C48691;
}
</style>
border-color css
<style>
span { border-color: #C48691; }
span { border-color: rgb(196,134,145); }
td.TdClassName
{
border-color: #C48691;
}
.TagClassName
{
border-color: #C48691;
}
</style>