Shades of Puce #C48091
Tints of Puce #C48091
RGB
CMYK
RGB Variations
Color information
#C48091 (or 0xC48091) is known color: Puce. HEX triplet: C4, 80 and 91. RGB value is (196,128,145). Sum of RGB (Red+Green+Blue) = 196+128+145=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 145 (57.03% from 255 or 30.92% from 469); Max value from RGB is 196 - color contains mainly: red. Hex color #C48091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48091 is #3B7F6E. Grayscale: #969696. Windows color (decimal): -3899247 or 9535684. OLE color: 9535684.
HSL color Cylindrical-coordinate representation of color #C48091: hue angle of 345º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C48091 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 128 | 145 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.23 |
| HSL | 345º | 0.37% | 0.64% | - |
| HSV(B) | 345º | 0.35% | 0.77% | - |
| XYZ | 35.59 | 29.22 | 30.55 | - |
| YUV | 150.27 | 125.03 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 128 | 145 | 0 | 0.35 | 0.26 | 0.23 | 345 | 0.37 | 0.64 |
| Hex | C4 | 80 | 91 | 0 | 23 | 1A | 17 | 159 | 25 | 40 |
| Octal | 304 | 200 | 221 | 0 | 43 | 32 | 27 | 531 | 45 | 100 |
| Binary | 11000100 | 10000000 | 10010001 | 0 | 100011 | 11010 | 10111 | 101011001 | 100101 | 1000000 |
Color Harmonies of #C48091
Complementary color
Monochromatic Colors of #C48091
Black with #C48091
Text Example
Text Example
White with #C48091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48091; }
p { color: rgb(196,128,145); }
H1.HeaderClassName
{
color: #C48091;
}
.AnyTagClassName
{
color: #C48091;
}
</style>
background-color css
<style>
a { background-color: #C48091; }
a { background-color: rgb(196,128,145); }
div.DivClassName
{
background-color: #C48091;
}
.BgClassName
{
background-color: #C48091;
}
</style>
border-color css
<style>
span { border-color: #C48091; }
span { border-color: rgb(196,128,145); }
td.TdClassName
{
border-color: #C48091;
}
.TagClassName
{
border-color: #C48091;
}
</style>