Shades of Puce #C48689
Tints of Puce #C48689
RGB
CMYK
RGB Variations
Color information
#C48689 (or 0xC48689) is known color: Puce. HEX triplet: C4, 86 and 89. RGB value is (196,134,137). Sum of RGB (Red+Green+Blue) = 196+134+137=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 137 (53.91% from 255 or 29.34% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C48689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48689 is #3B7976. Grayscale: #989898. Windows color (decimal): -3897719 or 9012932. OLE color: 9012932.
HSL color Cylindrical-coordinate representation of color #C48689: hue angle of 357.1º degrees, saturation: 0.34, 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 #C48689 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 134 | 137 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.23 |
| HSL | 357.1º | 0.34% | 0.65% | - |
| HSV(B) | 357.1º | 0.32% | 0.77% | - |
| XYZ | 35.81 | 30.59 | 27.68 | - |
| YUV | 152.88 | 119.04 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 134 | 137 | 0 | 0.32 | 0.30 | 0.23 | 357.1 | 0.34 | 0.65 |
| Hex | C4 | 86 | 89 | 0 | 20 | 1E | 17 | 165 | 22 | 41 |
| Octal | 304 | 206 | 211 | 0 | 40 | 36 | 27 | 545 | 42 | 101 |
| Binary | 11000100 | 10000110 | 10001001 | 0 | 100000 | 11110 | 10111 | 101100101 | 100010 | 1000001 |
Color Harmonies of #C48689
Complementary color
Monochromatic Colors of #C48689
Black with #C48689
Text Example
Text Example
White with #C48689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48689; }
p { color: rgb(196,134,137); }
H1.HeaderClassName
{
color: #C48689;
}
.AnyTagClassName
{
color: #C48689;
}
</style>
background-color css
<style>
a { background-color: #C48689; }
a { background-color: rgb(196,134,137); }
div.DivClassName
{
background-color: #C48689;
}
.BgClassName
{
background-color: #C48689;
}
</style>
border-color css
<style>
span { border-color: #C48689; }
span { border-color: rgb(196,134,137); }
td.TdClassName
{
border-color: #C48689;
}
.TagClassName
{
border-color: #C48689;
}
</style>