Shades of Puce #C47F9F
Tints of Puce #C47F9F
RGB
CMYK
RGB Variations
Color information
#C47F9F (or 0xC47F9F) is known color: Puce. HEX triplet: C4, 7F and 9F. RGB value is (196,127,159). Sum of RGB (Red+Green+Blue) = 196+127+159=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 159 (62.5% from 255 or 32.99% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47F9F is #3B8060. Grayscale: #979797. Windows color (decimal): -3899489 or 10452932. OLE color: 10452932.
HSL color Cylindrical-coordinate representation of color #C47F9F: hue angle of 332.17º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C47F9F is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 127 | 159 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.23 |
| HSL | 332.17º | 0.37% | 0.63% | - |
| HSV(B) | 332.17º | 0.35% | 0.77% | - |
| XYZ | 36.61 | 29.42 | 36.55 | - |
| YUV | 151.28 | 132.36 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 127 | 159 | 0 | 0.35 | 0.19 | 0.23 | 332.17 | 0.37 | 0.63 |
| Hex | C4 | 7F | 9F | 0 | 23 | 13 | 17 | 14C | 25 | 3F |
| Octal | 304 | 177 | 237 | 0 | 43 | 23 | 27 | 514 | 45 | 77 |
| Binary | 11000100 | 1111111 | 10011111 | 0 | 100011 | 10011 | 10111 | 101001100 | 100101 | 111111 |
Color Harmonies of #C47F9F
Complementary color
Monochromatic Colors of #C47F9F
Black with #C47F9F
Text Example
Text Example
White with #C47F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47F9F; }
p { color: rgb(196,127,159); }
H1.HeaderClassName
{
color: #C47F9F;
}
.AnyTagClassName
{
color: #C47F9F;
}
</style>
background-color css
<style>
a { background-color: #C47F9F; }
a { background-color: rgb(196,127,159); }
div.DivClassName
{
background-color: #C47F9F;
}
.BgClassName
{
background-color: #C47F9F;
}
</style>
border-color css
<style>
span { border-color: #C47F9F; }
span { border-color: rgb(196,127,159); }
td.TdClassName
{
border-color: #C47F9F;
}
.TagClassName
{
border-color: #C47F9F;
}
</style>