Shades of Puce #C48492
Tints of Puce #C48492
RGB
CMYK
RGB Variations
Color information
#C48492 (or 0xC48492) is known color: Puce. HEX triplet: C4, 84 and 92. RGB value is (196,132,146). Sum of RGB (Red+Green+Blue) = 196+132+146=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 132 (51.95% from 255 or 27.85% from 474); Blue value is 146 (57.42% from 255 or 30.80% from 474); Max value from RGB is 196 - color contains mainly: red. Hex color #C48492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48492 is #3B7B6D. Grayscale: #989898. Windows color (decimal): -3898222 or 9602244. OLE color: 9602244.
HSL color Cylindrical-coordinate representation of color #C48492: hue angle of 346.88º degrees, saturation: 0.35, 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 #C48492 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 132 | 146 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.23 |
| HSL | 346.88º | 0.35% | 0.64% | - |
| HSV(B) | 346.88º | 0.33% | 0.77% | - |
| XYZ | 36.2 | 30.31 | 31.14 | - |
| YUV | 152.73 | 124.2 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 132 | 146 | 0 | 0.33 | 0.26 | 0.23 | 346.88 | 0.35 | 0.64 |
| Hex | C4 | 84 | 92 | 0 | 21 | 1A | 17 | 15B | 23 | 40 |
| Octal | 304 | 204 | 222 | 0 | 41 | 32 | 27 | 533 | 43 | 100 |
| Binary | 11000100 | 10000100 | 10010010 | 0 | 100001 | 11010 | 10111 | 101011011 | 100011 | 1000000 |
Color Harmonies of #C48492
Complementary color
Monochromatic Colors of #C48492
Black with #C48492
Text Example
Text Example
White with #C48492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48492; }
p { color: rgb(196,132,146); }
H1.HeaderClassName
{
color: #C48492;
}
.AnyTagClassName
{
color: #C48492;
}
</style>
background-color css
<style>
a { background-color: #C48492; }
a { background-color: rgb(196,132,146); }
div.DivClassName
{
background-color: #C48492;
}
.BgClassName
{
background-color: #C48492;
}
</style>
border-color css
<style>
span { border-color: #C48492; }
span { border-color: rgb(196,132,146); }
td.TdClassName
{
border-color: #C48492;
}
.TagClassName
{
border-color: #C48492;
}
</style>