Shades of Puce #C47E93
Tints of Puce #C47E93
RGB
CMYK
RGB Variations
Color information
#C47E93 (or 0xC47E93) is known color: Puce. HEX triplet: C4, 7E and 93. RGB value is (196,126,147). Sum of RGB (Red+Green+Blue) = 196+126+147=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47E93 is #3B816C. Grayscale: #959595. Windows color (decimal): -3899757 or 9666244. OLE color: 9666244.
HSL color Cylindrical-coordinate representation of color #C47E93: hue angle of 342º degrees, saturation: 0.37, 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 #C47E93 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 126 | 147 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.23 |
| HSL | 342º | 0.37% | 0.63% | - |
| HSV(B) | 342º | 0.36% | 0.77% | - |
| XYZ | 35.49 | 28.76 | 31.29 | - |
| YUV | 149.32 | 126.69 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 126 | 147 | 0 | 0.36 | 0.25 | 0.23 | 342 | 0.37 | 0.63 |
| Hex | C4 | 7E | 93 | 0 | 24 | 19 | 17 | 156 | 25 | 3F |
| Octal | 304 | 176 | 223 | 0 | 44 | 31 | 27 | 526 | 45 | 77 |
| Binary | 11000100 | 1111110 | 10010011 | 0 | 100100 | 11001 | 10111 | 101010110 | 100101 | 111111 |
Color Harmonies of #C47E93
Complementary color
Monochromatic Colors of #C47E93
Black with #C47E93
Text Example
Text Example
White with #C47E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47E93; }
p { color: rgb(196,126,147); }
H1.HeaderClassName
{
color: #C47E93;
}
.AnyTagClassName
{
color: #C47E93;
}
</style>
background-color css
<style>
a { background-color: #C47E93; }
a { background-color: rgb(196,126,147); }
div.DivClassName
{
background-color: #C47E93;
}
.BgClassName
{
background-color: #C47E93;
}
</style>
border-color css
<style>
span { border-color: #C47E93; }
span { border-color: rgb(196,126,147); }
td.TdClassName
{
border-color: #C47E93;
}
.TagClassName
{
border-color: #C47E93;
}
</style>