Shades of Puce #C48896
Tints of Puce #C48896
RGB
CMYK
RGB Variations
Color information
#C48896 (or 0xC48896) is known color: Puce. HEX triplet: C4, 88 and 96. RGB value is (196,136,150). Sum of RGB (Red+Green+Blue) = 196+136+150=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 136 (53.52% from 255 or 28.22% from 482); Blue value is 150 (58.98% from 255 or 31.12% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C48896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48896 is #3B7769. Grayscale: #9B9B9B. Windows color (decimal): -3897194 or 9865412. OLE color: 9865412.
HSL color Cylindrical-coordinate representation of color #C48896: hue angle of 346º 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 #C48896 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 136 | 150 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.23 |
| HSL | 346º | 0.34% | 0.65% | - |
| HSV(B) | 346º | 0.31% | 0.77% | - |
| XYZ | 37.07 | 31.55 | 32.99 | - |
| YUV | 155.54 | 124.88 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 136 | 150 | 0 | 0.31 | 0.23 | 0.23 | 346 | 0.34 | 0.65 |
| Hex | C4 | 88 | 96 | 0 | 1F | 17 | 17 | 15A | 22 | 41 |
| Octal | 304 | 210 | 226 | 0 | 37 | 27 | 27 | 532 | 42 | 101 |
| Binary | 11000100 | 10001000 | 10010110 | 0 | 11111 | 10111 | 10111 | 101011010 | 100010 | 1000001 |
Color Harmonies of #C48896
Complementary color
Monochromatic Colors of #C48896
Black with #C48896
Text Example
Text Example
White with #C48896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48896; }
p { color: rgb(196,136,150); }
H1.HeaderClassName
{
color: #C48896;
}
.AnyTagClassName
{
color: #C48896;
}
</style>
background-color css
<style>
a { background-color: #C48896; }
a { background-color: rgb(196,136,150); }
div.DivClassName
{
background-color: #C48896;
}
.BgClassName
{
background-color: #C48896;
}
</style>
border-color css
<style>
span { border-color: #C48896; }
span { border-color: rgb(196,136,150); }
td.TdClassName
{
border-color: #C48896;
}
.TagClassName
{
border-color: #C48896;
}
</style>