Shades of Puce #C48292
Tints of Puce #C48292
RGB
CMYK
RGB Variations
Color information
#C48292 (or 0xC48292) is known color: Puce. HEX triplet: C4, 82 and 92. RGB value is (196,130,146). Sum of RGB (Red+Green+Blue) = 196+130+146=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 146 (57.42% from 255 or 30.93% from 472); Max value from RGB is 196 - color contains mainly: red. Hex color #C48292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48292 is #3B7D6D. Grayscale: #979797. Windows color (decimal): -3898734 or 9601732. OLE color: 9601732.
HSL color Cylindrical-coordinate representation of color #C48292: hue angle of 345.45º 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 #C48292 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 130 | 146 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.23 |
| HSL | 345.45º | 0.36% | 0.64% | - |
| HSV(B) | 345.45º | 0.34% | 0.77% | - |
| XYZ | 35.94 | 29.78 | 31.05 | - |
| YUV | 151.56 | 124.87 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 130 | 146 | 0 | 0.34 | 0.26 | 0.23 | 345.45 | 0.36 | 0.64 |
| Hex | C4 | 82 | 92 | 0 | 22 | 1A | 17 | 159 | 24 | 40 |
| Octal | 304 | 202 | 222 | 0 | 42 | 32 | 27 | 531 | 44 | 100 |
| Binary | 11000100 | 10000010 | 10010010 | 0 | 100010 | 11010 | 10111 | 101011001 | 100100 | 1000000 |
Color Harmonies of #C48292
Complementary color
Monochromatic Colors of #C48292
Black with #C48292
Text Example
Text Example
White with #C48292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48292; }
p { color: rgb(196,130,146); }
H1.HeaderClassName
{
color: #C48292;
}
.AnyTagClassName
{
color: #C48292;
}
</style>
background-color css
<style>
a { background-color: #C48292; }
a { background-color: rgb(196,130,146); }
div.DivClassName
{
background-color: #C48292;
}
.BgClassName
{
background-color: #C48292;
}
</style>
border-color css
<style>
span { border-color: #C48292; }
span { border-color: rgb(196,130,146); }
td.TdClassName
{
border-color: #C48292;
}
.TagClassName
{
border-color: #C48292;
}
</style>