Shades of Puce #C48594
Tints of Puce #C48594
RGB
CMYK
RGB Variations
Color information
#C48594 (or 0xC48594) is known color: Puce. HEX triplet: C4, 85 and 94. RGB value is (196,133,148). Sum of RGB (Red+Green+Blue) = 196+133+148=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 148 (58.20% from 255 or 31.03% from 477); Max value from RGB is 196 - color contains mainly: red. Hex color #C48594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48594 is #3B7A6B. Grayscale: #999999. Windows color (decimal): -3897964 or 9733572. OLE color: 9733572.
HSL color Cylindrical-coordinate representation of color #C48594: hue angle of 345.71º 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 #C48594 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 133 | 148 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.23 |
| HSL | 345.71º | 0.35% | 0.65% | - |
| HSV(B) | 345.71º | 0.32% | 0.77% | - |
| XYZ | 36.5 | 30.65 | 32.01 | - |
| YUV | 153.55 | 124.87 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 133 | 148 | 0 | 0.32 | 0.24 | 0.23 | 345.71 | 0.35 | 0.65 |
| Hex | C4 | 85 | 94 | 0 | 20 | 18 | 17 | 15A | 23 | 41 |
| Octal | 304 | 205 | 224 | 0 | 40 | 30 | 27 | 532 | 43 | 101 |
| Binary | 11000100 | 10000101 | 10010100 | 0 | 100000 | 11000 | 10111 | 101011010 | 100011 | 1000001 |
Color Harmonies of #C48594
Complementary color
Monochromatic Colors of #C48594
Black with #C48594
Text Example
Text Example
White with #C48594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48594; }
p { color: rgb(196,133,148); }
H1.HeaderClassName
{
color: #C48594;
}
.AnyTagClassName
{
color: #C48594;
}
</style>
background-color css
<style>
a { background-color: #C48594; }
a { background-color: rgb(196,133,148); }
div.DivClassName
{
background-color: #C48594;
}
.BgClassName
{
background-color: #C48594;
}
</style>
border-color css
<style>
span { border-color: #C48594; }
span { border-color: rgb(196,133,148); }
td.TdClassName
{
border-color: #C48594;
}
.TagClassName
{
border-color: #C48594;
}
</style>