Shades of Puce #C48D8F
Tints of Puce #C48D8F
RGB
CMYK
RGB Variations
Color information
#C48D8F (or 0xC48D8F) is known color: Puce. HEX triplet: C4, 8D and 8F. RGB value is (196,141,143). Sum of RGB (Red+Green+Blue) = 196+141+143=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 141 (55.47% from 255 or 29.38% from 480); Blue value is 143 (56.25% from 255 or 29.79% from 480); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48D8F is #3B7270. Grayscale: #9D9D9D. Windows color (decimal): -3895921 or 9407940. OLE color: 9407940.
HSL color Cylindrical-coordinate representation of color #C48D8F: hue angle of 357.82º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C48D8F is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 141 | 143 | - |
| CMYK | 0 | 0.28 | 0.27 | 0.23 |
| HSL | 357.82º | 0.32% | 0.66% | - |
| HSV(B) | 357.82º | 0.28% | 0.77% | - |
| XYZ | 37.25 | 32.77 | 30.35 | - |
| YUV | 157.67 | 119.72 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 141 | 143 | 0 | 0.28 | 0.27 | 0.23 | 357.82 | 0.32 | 0.66 |
| Hex | C4 | 8D | 8F | 0 | 1C | 1B | 17 | 166 | 20 | 42 |
| Octal | 304 | 215 | 217 | 0 | 34 | 33 | 27 | 546 | 40 | 102 |
| Binary | 11000100 | 10001101 | 10001111 | 0 | 11100 | 11011 | 10111 | 101100110 | 100000 | 1000010 |
Color Harmonies of #C48D8F
Complementary color
Monochromatic Colors of #C48D8F
Black with #C48D8F
Text Example
Text Example
White with #C48D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48D8F; }
p { color: rgb(196,141,143); }
H1.HeaderClassName
{
color: #C48D8F;
}
.AnyTagClassName
{
color: #C48D8F;
}
</style>
background-color css
<style>
a { background-color: #C48D8F; }
a { background-color: rgb(196,141,143); }
div.DivClassName
{
background-color: #C48D8F;
}
.BgClassName
{
background-color: #C48D8F;
}
</style>
border-color css
<style>
span { border-color: #C48D8F; }
span { border-color: rgb(196,141,143); }
td.TdClassName
{
border-color: #C48D8F;
}
.TagClassName
{
border-color: #C48D8F;
}
</style>