Shades of Puce #C47C93
Tints of Puce #C47C93
RGB
CMYK
RGB Variations
Color information
#C47C93 (or 0xC47C93) is known color: Puce. HEX triplet: C4, 7C and 93. RGB value is (196,124,147). Sum of RGB (Red+Green+Blue) = 196+124+147=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 147 (57.81% from 255 or 31.48% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47C93 is #3B836C. Grayscale: #949494. Windows color (decimal): -3900269 or 9665732. OLE color: 9665732.
HSL color Cylindrical-coordinate representation of color #C47C93: hue angle of 340.83º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C47C93 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 124 | 147 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.23 |
| HSL | 340.83º | 0.38% | 0.63% | - |
| HSV(B) | 340.83º | 0.37% | 0.77% | - |
| XYZ | 35.24 | 28.26 | 31.2 | - |
| YUV | 148.15 | 127.35 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 124 | 147 | 0 | 0.37 | 0.25 | 0.23 | 340.83 | 0.38 | 0.63 |
| Hex | C4 | 7C | 93 | 0 | 25 | 19 | 17 | 155 | 26 | 3F |
| Octal | 304 | 174 | 223 | 0 | 45 | 31 | 27 | 525 | 46 | 77 |
| Binary | 11000100 | 1111100 | 10010011 | 0 | 100101 | 11001 | 10111 | 101010101 | 100110 | 111111 |
Color Harmonies of #C47C93
Complementary color
Monochromatic Colors of #C47C93
Black with #C47C93
Text Example
Text Example
White with #C47C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47C93; }
p { color: rgb(196,124,147); }
H1.HeaderClassName
{
color: #C47C93;
}
.AnyTagClassName
{
color: #C47C93;
}
</style>
background-color css
<style>
a { background-color: #C47C93; }
a { background-color: rgb(196,124,147); }
div.DivClassName
{
background-color: #C47C93;
}
.BgClassName
{
background-color: #C47C93;
}
</style>
border-color css
<style>
span { border-color: #C47C93; }
span { border-color: rgb(196,124,147); }
td.TdClassName
{
border-color: #C47C93;
}
.TagClassName
{
border-color: #C47C93;
}
</style>