Shades of Puce #C48C8D
Tints of Puce #C48C8D
RGB
CMYK
RGB Variations
Color information
#C48C8D (or 0xC48C8D) is known color: Puce. HEX triplet: C4, 8C and 8D. RGB value is (196,140,141). Sum of RGB (Red+Green+Blue) = 196+140+141=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 140 (55.08% from 255 or 29.35% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48C8D is #3B7372. Grayscale: #9C9C9C. Windows color (decimal): -3896179 or 9276612. OLE color: 9276612.
HSL color Cylindrical-coordinate representation of color #C48C8D: hue angle of 358.93º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C48C8D is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 140 | 141 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.23 |
| HSL | 358.93º | 0.32% | 0.66% | - |
| HSV(B) | 358.93º | 0.29% | 0.77% | - |
| XYZ | 36.95 | 32.42 | 29.51 | - |
| YUV | 156.86 | 119.05 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 140 | 141 | 0 | 0.29 | 0.28 | 0.23 | 358.93 | 0.32 | 0.66 |
| Hex | C4 | 8C | 8D | 0 | 1D | 1C | 17 | 167 | 20 | 42 |
| Octal | 304 | 214 | 215 | 0 | 35 | 34 | 27 | 547 | 40 | 102 |
| Binary | 11000100 | 10001100 | 10001101 | 0 | 11101 | 11100 | 10111 | 101100111 | 100000 | 1000010 |
Color Harmonies of #C48C8D
Complementary color
Monochromatic Colors of #C48C8D
Black with #C48C8D
Text Example
Text Example
White with #C48C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48C8D; }
p { color: rgb(196,140,141); }
H1.HeaderClassName
{
color: #C48C8D;
}
.AnyTagClassName
{
color: #C48C8D;
}
</style>
background-color css
<style>
a { background-color: #C48C8D; }
a { background-color: rgb(196,140,141); }
div.DivClassName
{
background-color: #C48C8D;
}
.BgClassName
{
background-color: #C48C8D;
}
</style>
border-color css
<style>
span { border-color: #C48C8D; }
span { border-color: rgb(196,140,141); }
td.TdClassName
{
border-color: #C48C8D;
}
.TagClassName
{
border-color: #C48C8D;
}
</style>