Shades of Puce #C48598
Tints of Puce #C48598
RGB
CMYK
RGB Variations
Color information
#C48598 (or 0xC48598) is known color: Puce. HEX triplet: C4, 85 and 98. RGB value is (196,133,152). Sum of RGB (Red+Green+Blue) = 196+133+152=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 196 - color contains mainly: red. Hex color #C48598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48598 is #3B7A67. Grayscale: #999999. Windows color (decimal): -3897960 or 9995716. OLE color: 9995716.
HSL color Cylindrical-coordinate representation of color #C48598: hue angle of 341.9º 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 #C48598 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 133 | 152 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.23 |
| HSL | 341.9º | 0.35% | 0.65% | - |
| HSV(B) | 341.9º | 0.32% | 0.77% | - |
| XYZ | 36.82 | 30.78 | 33.71 | - |
| YUV | 154 | 126.87 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 133 | 152 | 0 | 0.32 | 0.22 | 0.23 | 341.9 | 0.35 | 0.65 |
| Hex | C4 | 85 | 98 | 0 | 20 | 16 | 17 | 156 | 23 | 41 |
| Octal | 304 | 205 | 230 | 0 | 40 | 26 | 27 | 526 | 43 | 101 |
| Binary | 11000100 | 10000101 | 10011000 | 0 | 100000 | 10110 | 10111 | 101010110 | 100011 | 1000001 |
Color Harmonies of #C48598
Complementary color
Monochromatic Colors of #C48598
Black with #C48598
Text Example
Text Example
White with #C48598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48598; }
p { color: rgb(196,133,152); }
H1.HeaderClassName
{
color: #C48598;
}
.AnyTagClassName
{
color: #C48598;
}
</style>
background-color css
<style>
a { background-color: #C48598; }
a { background-color: rgb(196,133,152); }
div.DivClassName
{
background-color: #C48598;
}
.BgClassName
{
background-color: #C48598;
}
</style>
border-color css
<style>
span { border-color: #C48598; }
span { border-color: rgb(196,133,152); }
td.TdClassName
{
border-color: #C48598;
}
.TagClassName
{
border-color: #C48598;
}
</style>