Shades of Puce #C47F98
Tints of Puce #C47F98
RGB
CMYK
RGB Variations
Color information
#C47F98 (or 0xC47F98) is known color: Puce. HEX triplet: C4, 7F and 98. RGB value is (196,127,152). Sum of RGB (Red+Green+Blue) = 196+127+152=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 152 (59.77% from 255 or 32% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47F98 is #3B8067. Grayscale: #969696. Windows color (decimal): -3899496 or 9994180. OLE color: 9994180.
HSL color Cylindrical-coordinate representation of color #C47F98: hue angle of 338.26º 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 #C47F98 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 127 | 152 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.23 |
| HSL | 338.26º | 0.37% | 0.63% | - |
| HSV(B) | 338.26º | 0.35% | 0.77% | - |
| XYZ | 36.02 | 29.18 | 33.44 | - |
| YUV | 150.48 | 128.86 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 127 | 152 | 0 | 0.35 | 0.22 | 0.23 | 338.26 | 0.37 | 0.63 |
| Hex | C4 | 7F | 98 | 0 | 23 | 16 | 17 | 152 | 25 | 3F |
| Octal | 304 | 177 | 230 | 0 | 43 | 26 | 27 | 522 | 45 | 77 |
| Binary | 11000100 | 1111111 | 10011000 | 0 | 100011 | 10110 | 10111 | 101010010 | 100101 | 111111 |
Color Harmonies of #C47F98
Complementary color
Monochromatic Colors of #C47F98
Black with #C47F98
Text Example
Text Example
White with #C47F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47F98; }
p { color: rgb(196,127,152); }
H1.HeaderClassName
{
color: #C47F98;
}
.AnyTagClassName
{
color: #C47F98;
}
</style>
background-color css
<style>
a { background-color: #C47F98; }
a { background-color: rgb(196,127,152); }
div.DivClassName
{
background-color: #C47F98;
}
.BgClassName
{
background-color: #C47F98;
}
</style>
border-color css
<style>
span { border-color: #C47F98; }
span { border-color: rgb(196,127,152); }
td.TdClassName
{
border-color: #C47F98;
}
.TagClassName
{
border-color: #C47F98;
}
</style>