Shades of Puce #C47D96
Tints of Puce #C47D96
RGB
CMYK
RGB Variations
Color information
#C47D96 (or 0xC47D96) is known color: Puce. HEX triplet: C4, 7D and 96. RGB value is (196,125,150). Sum of RGB (Red+Green+Blue) = 196+125+150=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 150 (58.98% from 255 or 31.85% from 471); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47D96 is #3B8269. Grayscale: #959595. Windows color (decimal): -3900010 or 9862596. OLE color: 9862596.
HSL color Cylindrical-coordinate representation of color #C47D96: hue angle of 338.87º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C47D96 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 125 | 150 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.23 |
| HSL | 338.87º | 0.38% | 0.63% | - |
| HSV(B) | 338.87º | 0.36% | 0.77% | - |
| XYZ | 35.6 | 28.61 | 32.5 | - |
| YUV | 149.08 | 128.52 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 125 | 150 | 0 | 0.36 | 0.23 | 0.23 | 338.87 | 0.38 | 0.63 |
| Hex | C4 | 7D | 96 | 0 | 24 | 17 | 17 | 153 | 26 | 3F |
| Octal | 304 | 175 | 226 | 0 | 44 | 27 | 27 | 523 | 46 | 77 |
| Binary | 11000100 | 1111101 | 10010110 | 0 | 100100 | 10111 | 10111 | 101010011 | 100110 | 111111 |
Color Harmonies of #C47D96
Complementary color
Monochromatic Colors of #C47D96
Black with #C47D96
Text Example
Text Example
White with #C47D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47D96; }
p { color: rgb(196,125,150); }
H1.HeaderClassName
{
color: #C47D96;
}
.AnyTagClassName
{
color: #C47D96;
}
</style>
background-color css
<style>
a { background-color: #C47D96; }
a { background-color: rgb(196,125,150); }
div.DivClassName
{
background-color: #C47D96;
}
.BgClassName
{
background-color: #C47D96;
}
</style>
border-color css
<style>
span { border-color: #C47D96; }
span { border-color: rgb(196,125,150); }
td.TdClassName
{
border-color: #C47D96;
}
.TagClassName
{
border-color: #C47D96;
}
</style>