Shades of Puce #C48095
Tints of Puce #C48095
RGB
CMYK
RGB Variations
Color information
#C48095 (or 0xC48095) is known color: Puce. HEX triplet: C4, 80 and 95. RGB value is (196,128,149). Sum of RGB (Red+Green+Blue) = 196+128+149=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 196 - color contains mainly: red. Hex color #C48095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48095 is #3B7F6A. Grayscale: #969696. Windows color (decimal): -3899243 or 9797828. OLE color: 9797828.
HSL color Cylindrical-coordinate representation of color #C48095: hue angle of 341.47º 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 #C48095 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 128 | 149 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.23 |
| HSL | 341.47º | 0.37% | 0.64% | - |
| HSV(B) | 341.47º | 0.35% | 0.77% | - |
| XYZ | 35.91 | 29.34 | 32.21 | - |
| YUV | 150.73 | 127.03 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 128 | 149 | 0 | 0.35 | 0.24 | 0.23 | 341.47 | 0.37 | 0.64 |
| Hex | C4 | 80 | 95 | 0 | 23 | 18 | 17 | 155 | 25 | 40 |
| Octal | 304 | 200 | 225 | 0 | 43 | 30 | 27 | 525 | 45 | 100 |
| Binary | 11000100 | 10000000 | 10010101 | 0 | 100011 | 11000 | 10111 | 101010101 | 100101 | 1000000 |
Color Harmonies of #C48095
Complementary color
Monochromatic Colors of #C48095
Black with #C48095
Text Example
Text Example
White with #C48095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48095; }
p { color: rgb(196,128,149); }
H1.HeaderClassName
{
color: #C48095;
}
.AnyTagClassName
{
color: #C48095;
}
</style>
background-color css
<style>
a { background-color: #C48095; }
a { background-color: rgb(196,128,149); }
div.DivClassName
{
background-color: #C48095;
}
.BgClassName
{
background-color: #C48095;
}
</style>
border-color css
<style>
span { border-color: #C48095; }
span { border-color: rgb(196,128,149); }
td.TdClassName
{
border-color: #C48095;
}
.TagClassName
{
border-color: #C48095;
}
</style>