Shades of Puce #C48693
Tints of Puce #C48693
RGB
CMYK
RGB Variations
Color information
#C48693 (or 0xC48693) is known color: Puce. HEX triplet: C4, 86 and 93. RGB value is (196,134,147). Sum of RGB (Red+Green+Blue) = 196+134+147=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 147 (57.81% from 255 or 30.82% from 477); Max value from RGB is 196 - color contains mainly: red. Hex color #C48693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48693 is #3B796C. Grayscale: #9A9A9A. Windows color (decimal): -3897709 or 9668292. OLE color: 9668292.
HSL color Cylindrical-coordinate representation of color #C48693: hue angle of 347.42º 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 #C48693 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 134 | 147 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.23 |
| HSL | 347.42º | 0.34% | 0.65% | - |
| HSV(B) | 347.42º | 0.32% | 0.77% | - |
| XYZ | 36.56 | 30.89 | 31.64 | - |
| YUV | 154.02 | 124.04 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 134 | 147 | 0 | 0.32 | 0.25 | 0.23 | 347.42 | 0.34 | 0.65 |
| Hex | C4 | 86 | 93 | 0 | 20 | 19 | 17 | 15B | 22 | 41 |
| Octal | 304 | 206 | 223 | 0 | 40 | 31 | 27 | 533 | 42 | 101 |
| Binary | 11000100 | 10000110 | 10010011 | 0 | 100000 | 11001 | 10111 | 101011011 | 100010 | 1000001 |
Color Harmonies of #C48693
Complementary color
Monochromatic Colors of #C48693
Black with #C48693
Text Example
Text Example
White with #C48693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48693; }
p { color: rgb(196,134,147); }
H1.HeaderClassName
{
color: #C48693;
}
.AnyTagClassName
{
color: #C48693;
}
</style>
background-color css
<style>
a { background-color: #C48693; }
a { background-color: rgb(196,134,147); }
div.DivClassName
{
background-color: #C48693;
}
.BgClassName
{
background-color: #C48693;
}
</style>
border-color css
<style>
span { border-color: #C48693; }
span { border-color: rgb(196,134,147); }
td.TdClassName
{
border-color: #C48693;
}
.TagClassName
{
border-color: #C48693;
}
</style>