Shades of Puce #C48588
Tints of Puce #C48588
RGB
CMYK
RGB Variations
Color information
#C48588 (or 0xC48588) is known color: Puce. HEX triplet: C4, 85 and 88. RGB value is (196,133,136). Sum of RGB (Red+Green+Blue) = 196+133+136=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 196 - color contains mainly: red. Hex color #C48588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48588 is #3B7A77. Grayscale: #989898. Windows color (decimal): -3897976 or 8947140. OLE color: 8947140.
HSL color Cylindrical-coordinate representation of color #C48588: hue angle of 357.14º 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 #C48588 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 133 | 136 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.23 |
| HSL | 357.14º | 0.35% | 0.65% | - |
| HSV(B) | 357.14º | 0.32% | 0.77% | - |
| XYZ | 35.6 | 30.29 | 27.26 | - |
| YUV | 152.18 | 118.87 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 133 | 136 | 0 | 0.32 | 0.31 | 0.23 | 357.14 | 0.35 | 0.65 |
| Hex | C4 | 85 | 88 | 0 | 20 | 1F | 17 | 165 | 23 | 41 |
| Octal | 304 | 205 | 210 | 0 | 40 | 37 | 27 | 545 | 43 | 101 |
| Binary | 11000100 | 10000101 | 10001000 | 0 | 100000 | 11111 | 10111 | 101100101 | 100011 | 1000001 |
Color Harmonies of #C48588
Complementary color
Monochromatic Colors of #C48588
Black with #C48588
Text Example
Text Example
White with #C48588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48588; }
p { color: rgb(196,133,136); }
H1.HeaderClassName
{
color: #C48588;
}
.AnyTagClassName
{
color: #C48588;
}
</style>
background-color css
<style>
a { background-color: #C48588; }
a { background-color: rgb(196,133,136); }
div.DivClassName
{
background-color: #C48588;
}
.BgClassName
{
background-color: #C48588;
}
</style>
border-color css
<style>
span { border-color: #C48588; }
span { border-color: rgb(196,133,136); }
td.TdClassName
{
border-color: #C48588;
}
.TagClassName
{
border-color: #C48588;
}
</style>