Shades of Puce #C48595
Tints of Puce #C48595
RGB
CMYK
RGB Variations
Color information
#C48595 (or 0xC48595) is known color: Puce. HEX triplet: C4, 85 and 95. RGB value is (196,133,149). Sum of RGB (Red+Green+Blue) = 196+133+149=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 149 (58.59% from 255 or 31.17% from 478); Max value from RGB is 196 - color contains mainly: red. Hex color #C48595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48595 is #3B7A6A. Grayscale: #999999. Windows color (decimal): -3897963 or 9799108. OLE color: 9799108.
HSL color Cylindrical-coordinate representation of color #C48595: hue angle of 344.76º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C48595 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 133 | 149 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.23 |
| HSL | 344.76º | 0.35% | 0.65% | - |
| HSV(B) | 344.76º | 0.32% | 0.77% | - |
| XYZ | 36.58 | 30.68 | 32.43 | - |
| YUV | 153.66 | 125.37 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 133 | 149 | 0 | 0.32 | 0.24 | 0.23 | 344.76 | 0.35 | 0.65 |
| Hex | C4 | 85 | 95 | 0 | 20 | 18 | 17 | 159 | 23 | 41 |
| Octal | 304 | 205 | 225 | 0 | 40 | 30 | 27 | 531 | 43 | 101 |
| Binary | 11000100 | 10000101 | 10010101 | 0 | 100000 | 11000 | 10111 | 101011001 | 100011 | 1000001 |
Color Harmonies of #C48595
Complementary color
Monochromatic Colors of #C48595
Black with #C48595
Text Example
Text Example
White with #C48595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48595; }
p { color: rgb(196,133,149); }
H1.HeaderClassName
{
color: #C48595;
}
.AnyTagClassName
{
color: #C48595;
}
</style>
background-color css
<style>
a { background-color: #C48595; }
a { background-color: rgb(196,133,149); }
div.DivClassName
{
background-color: #C48595;
}
.BgClassName
{
background-color: #C48595;
}
</style>
border-color css
<style>
span { border-color: #C48595; }
span { border-color: rgb(196,133,149); }
td.TdClassName
{
border-color: #C48595;
}
.TagClassName
{
border-color: #C48595;
}
</style>