Shades of Puce #C48799
Tints of Puce #C48799
RGB
CMYK
RGB Variations
Color information
#C48799 (or 0xC48799) is known color: Puce. HEX triplet: C4, 87 and 99. RGB value is (196,135,153). Sum of RGB (Red+Green+Blue) = 196+135+153=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 135 (53.12% from 255 or 27.89% from 484); Blue value is 153 (60.16% from 255 or 31.61% from 484); Max value from RGB is 196 - color contains mainly: red. Hex color #C48799 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48799 is #3B7866. Grayscale: #9B9B9B. Windows color (decimal): -3897447 or 10061764. OLE color: 10061764.
HSL color Cylindrical-coordinate representation of color #C48799: hue angle of 342.3º 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 #C48799 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 135 | 153 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.23 |
| HSL | 342.3º | 0.34% | 0.65% | - |
| HSV(B) | 342.3º | 0.31% | 0.77% | - |
| XYZ | 37.18 | 31.36 | 34.23 | - |
| YUV | 155.29 | 126.71 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 135 | 153 | 0 | 0.31 | 0.22 | 0.23 | 342.3 | 0.34 | 0.65 |
| Hex | C4 | 87 | 99 | 0 | 1F | 16 | 17 | 156 | 22 | 41 |
| Octal | 304 | 207 | 231 | 0 | 37 | 26 | 27 | 526 | 42 | 101 |
| Binary | 11000100 | 10000111 | 10011001 | 0 | 11111 | 10110 | 10111 | 101010110 | 100010 | 1000001 |
Color Harmonies of #C48799
Complementary color
Monochromatic Colors of #C48799
Black with #C48799
Text Example
Text Example
White with #C48799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48799; }
p { color: rgb(196,135,153); }
H1.HeaderClassName
{
color: #C48799;
}
.AnyTagClassName
{
color: #C48799;
}
</style>
background-color css
<style>
a { background-color: #C48799; }
a { background-color: rgb(196,135,153); }
div.DivClassName
{
background-color: #C48799;
}
.BgClassName
{
background-color: #C48799;
}
</style>
border-color css
<style>
span { border-color: #C48799; }
span { border-color: rgb(196,135,153); }
td.TdClassName
{
border-color: #C48799;
}
.TagClassName
{
border-color: #C48799;
}
</style>