Shades of Puce #C48299
Tints of Puce #C48299
RGB
CMYK
RGB Variations
Color information
#C48299 (or 0xC48299) is known color: Puce. HEX triplet: C4, 82 and 99. RGB value is (196,130,153). Sum of RGB (Red+Green+Blue) = 196+130+153=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 153 (60.16% from 255 or 31.94% from 479); Max value from RGB is 196 - color contains mainly: red. Hex color #C48299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48299 is #3B7D66. Grayscale: #989898. Windows color (decimal): -3898727 or 10060484. OLE color: 10060484.
HSL color Cylindrical-coordinate representation of color #C48299: hue angle of 339.09º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C48299 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 130 | 153 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.23 |
| HSL | 339.09º | 0.36% | 0.64% | - |
| HSV(B) | 339.09º | 0.34% | 0.77% | - |
| XYZ | 36.5 | 30 | 34 | - |
| YUV | 152.36 | 128.37 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 130 | 153 | 0 | 0.34 | 0.22 | 0.23 | 339.09 | 0.36 | 0.64 |
| Hex | C4 | 82 | 99 | 0 | 22 | 16 | 17 | 153 | 24 | 40 |
| Octal | 304 | 202 | 231 | 0 | 42 | 26 | 27 | 523 | 44 | 100 |
| Binary | 11000100 | 10000010 | 10011001 | 0 | 100010 | 10110 | 10111 | 101010011 | 100100 | 1000000 |
Color Harmonies of #C48299
Complementary color
Monochromatic Colors of #C48299
Black with #C48299
Text Example
Text Example
White with #C48299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48299; }
p { color: rgb(196,130,153); }
H1.HeaderClassName
{
color: #C48299;
}
.AnyTagClassName
{
color: #C48299;
}
</style>
background-color css
<style>
a { background-color: #C48299; }
a { background-color: rgb(196,130,153); }
div.DivClassName
{
background-color: #C48299;
}
.BgClassName
{
background-color: #C48299;
}
</style>
border-color css
<style>
span { border-color: #C48299; }
span { border-color: rgb(196,130,153); }
td.TdClassName
{
border-color: #C48299;
}
.TagClassName
{
border-color: #C48299;
}
</style>