Shades of Puce #C48491
Tints of Puce #C48491
RGB
CMYK
RGB Variations
Color information
#C48491 (or 0xC48491) is known color: Puce. HEX triplet: C4, 84 and 91. RGB value is (196,132,145). Sum of RGB (Red+Green+Blue) = 196+132+145=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 145 (57.03% from 255 or 30.66% from 473); Max value from RGB is 196 - color contains mainly: red. Hex color #C48491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48491 is #3B7B6E. Grayscale: #989898. Windows color (decimal): -3898223 or 9536708. OLE color: 9536708.
HSL color Cylindrical-coordinate representation of color #C48491: hue angle of 347.81º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C48491 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 132 | 145 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.23 |
| HSL | 347.81º | 0.35% | 0.64% | - |
| HSV(B) | 347.81º | 0.33% | 0.77% | - |
| XYZ | 36.13 | 30.28 | 30.73 | - |
| YUV | 152.62 | 123.7 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 132 | 145 | 0 | 0.33 | 0.26 | 0.23 | 347.81 | 0.35 | 0.64 |
| Hex | C4 | 84 | 91 | 0 | 21 | 1A | 17 | 15C | 23 | 40 |
| Octal | 304 | 204 | 221 | 0 | 41 | 32 | 27 | 534 | 43 | 100 |
| Binary | 11000100 | 10000100 | 10010001 | 0 | 100001 | 11010 | 10111 | 101011100 | 100011 | 1000000 |
Color Harmonies of #C48491
Complementary color
Monochromatic Colors of #C48491
Black with #C48491
Text Example
Text Example
White with #C48491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48491; }
p { color: rgb(196,132,145); }
H1.HeaderClassName
{
color: #C48491;
}
.AnyTagClassName
{
color: #C48491;
}
</style>
background-color css
<style>
a { background-color: #C48491; }
a { background-color: rgb(196,132,145); }
div.DivClassName
{
background-color: #C48491;
}
.BgClassName
{
background-color: #C48491;
}
</style>
border-color css
<style>
span { border-color: #C48491; }
span { border-color: rgb(196,132,145); }
td.TdClassName
{
border-color: #C48491;
}
.TagClassName
{
border-color: #C48491;
}
</style>