Shades of Puce #C48589
Tints of Puce #C48589
RGB
CMYK
RGB Variations
Color information
#C48589 (or 0xC48589) is known color: Puce. HEX triplet: C4, 85 and 89. RGB value is (196,133,137). Sum of RGB (Red+Green+Blue) = 196+133+137=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 137 (53.91% from 255 or 29.40% from 466); Max value from RGB is 196 - color contains mainly: red. Hex color #C48589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48589 is #3B7A76. Grayscale: #989898. Windows color (decimal): -3897975 or 9012676. OLE color: 9012676.
HSL color Cylindrical-coordinate representation of color #C48589: hue angle of 356.19º 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 #C48589 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 133 | 137 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.23 |
| HSL | 356.19º | 0.35% | 0.65% | - |
| HSV(B) | 356.19º | 0.32% | 0.77% | - |
| XYZ | 35.67 | 30.32 | 27.64 | - |
| YUV | 152.29 | 119.37 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 133 | 137 | 0 | 0.32 | 0.30 | 0.23 | 356.19 | 0.35 | 0.65 |
| Hex | C4 | 85 | 89 | 0 | 20 | 1E | 17 | 164 | 23 | 41 |
| Octal | 304 | 205 | 211 | 0 | 40 | 36 | 27 | 544 | 43 | 101 |
| Binary | 11000100 | 10000101 | 10001001 | 0 | 100000 | 11110 | 10111 | 101100100 | 100011 | 1000001 |
Color Harmonies of #C48589
Complementary color
Monochromatic Colors of #C48589
Black with #C48589
Text Example
Text Example
White with #C48589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48589; }
p { color: rgb(196,133,137); }
H1.HeaderClassName
{
color: #C48589;
}
.AnyTagClassName
{
color: #C48589;
}
</style>
background-color css
<style>
a { background-color: #C48589; }
a { background-color: rgb(196,133,137); }
div.DivClassName
{
background-color: #C48589;
}
.BgClassName
{
background-color: #C48589;
}
</style>
border-color css
<style>
span { border-color: #C48589; }
span { border-color: rgb(196,133,137); }
td.TdClassName
{
border-color: #C48589;
}
.TagClassName
{
border-color: #C48589;
}
</style>