Shades of Puce #C48898
Tints of Puce #C48898
RGB
CMYK
RGB Variations
Color information
#C48898 (or 0xC48898) is known color: Puce. HEX triplet: C4, 88 and 98. RGB value is (196,136,152). Sum of RGB (Red+Green+Blue) = 196+136+152=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 152 (59.77% from 255 or 31.40% from 484); Max value from RGB is 196 - color contains mainly: red. Hex color #C48898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48898 is #3B7767. Grayscale: #9B9B9B. Windows color (decimal): -3897192 or 9996484. OLE color: 9996484.
HSL color Cylindrical-coordinate representation of color #C48898: hue angle of 344º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C48898 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 136 | 152 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.23 |
| HSL | 344º | 0.34% | 0.65% | - |
| HSV(B) | 344º | 0.31% | 0.77% | - |
| XYZ | 37.24 | 31.61 | 33.84 | - |
| YUV | 155.76 | 125.88 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 136 | 152 | 0 | 0.31 | 0.22 | 0.23 | 344 | 0.34 | 0.65 |
| Hex | C4 | 88 | 98 | 0 | 1F | 16 | 17 | 158 | 22 | 41 |
| Octal | 304 | 210 | 230 | 0 | 37 | 26 | 27 | 530 | 42 | 101 |
| Binary | 11000100 | 10001000 | 10011000 | 0 | 11111 | 10110 | 10111 | 101011000 | 100010 | 1000001 |
Color Harmonies of #C48898
Complementary color
Monochromatic Colors of #C48898
Black with #C48898
Text Example
Text Example
White with #C48898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48898; }
p { color: rgb(196,136,152); }
H1.HeaderClassName
{
color: #C48898;
}
.AnyTagClassName
{
color: #C48898;
}
</style>
background-color css
<style>
a { background-color: #C48898; }
a { background-color: rgb(196,136,152); }
div.DivClassName
{
background-color: #C48898;
}
.BgClassName
{
background-color: #C48898;
}
</style>
border-color css
<style>
span { border-color: #C48898; }
span { border-color: rgb(196,136,152); }
td.TdClassName
{
border-color: #C48898;
}
.TagClassName
{
border-color: #C48898;
}
</style>