Shades of Puce #C48592
Tints of Puce #C48592
RGB
CMYK
RGB Variations
Color information
#C48592 (or 0xC48592) is known color: Puce. HEX triplet: C4, 85 and 92. RGB value is (196,133,146). Sum of RGB (Red+Green+Blue) = 196+133+146=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 146 (57.42% from 255 or 30.74% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C48592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48592 is #3B7A6D. Grayscale: #999999. Windows color (decimal): -3897966 or 9602500. OLE color: 9602500.
HSL color Cylindrical-coordinate representation of color #C48592: hue angle of 347.62º 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 #C48592 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 133 | 146 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.23 |
| HSL | 347.62º | 0.35% | 0.65% | - |
| HSV(B) | 347.62º | 0.32% | 0.77% | - |
| XYZ | 36.34 | 30.59 | 31.18 | - |
| YUV | 153.32 | 123.87 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 133 | 146 | 0 | 0.32 | 0.26 | 0.23 | 347.62 | 0.35 | 0.65 |
| Hex | C4 | 85 | 92 | 0 | 20 | 1A | 17 | 15C | 23 | 41 |
| Octal | 304 | 205 | 222 | 0 | 40 | 32 | 27 | 534 | 43 | 101 |
| Binary | 11000100 | 10000101 | 10010010 | 0 | 100000 | 11010 | 10111 | 101011100 | 100011 | 1000001 |
Color Harmonies of #C48592
Complementary color
Monochromatic Colors of #C48592
Black with #C48592
Text Example
Text Example
White with #C48592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48592; }
p { color: rgb(196,133,146); }
H1.HeaderClassName
{
color: #C48592;
}
.AnyTagClassName
{
color: #C48592;
}
</style>
background-color css
<style>
a { background-color: #C48592; }
a { background-color: rgb(196,133,146); }
div.DivClassName
{
background-color: #C48592;
}
.BgClassName
{
background-color: #C48592;
}
</style>
border-color css
<style>
span { border-color: #C48592; }
span { border-color: rgb(196,133,146); }
td.TdClassName
{
border-color: #C48592;
}
.TagClassName
{
border-color: #C48592;
}
</style>