Shades of Puce #C17F9F
Tints of Puce #C17F9F
RGB
CMYK
RGB Variations
Color information
#C17F9F (or 0xC17F9F) is known color: Puce. HEX triplet: C1, 7F and 9F. RGB value is (193,127,159). Sum of RGB (Red+Green+Blue) = 193+127+159=479 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.29% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 159 (62.5% from 255 or 33.19% from 479); Max value from RGB is 193 - color contains mainly: red. Hex color #C17F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17F9F is #3E8060. Grayscale: #969696. Windows color (decimal): -4096097 or 10452929. OLE color: 10452929.
HSL color Cylindrical-coordinate representation of color #C17F9F: hue angle of 330.91º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C17F9F is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 127 | 159 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.24 |
| HSL | 330.91º | 0.35% | 0.63% | - |
| HSV(B) | 330.91º | 0.34% | 0.76% | - |
| XYZ | 35.84 | 29.02 | 36.51 | - |
| YUV | 150.38 | 132.87 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 127 | 159 | 0 | 0.34 | 0.18 | 0.24 | 330.91 | 0.35 | 0.63 |
| Hex | C1 | 7F | 9F | 0 | 22 | 12 | 18 | 14B | 23 | 3F |
| Octal | 301 | 177 | 237 | 0 | 42 | 22 | 30 | 513 | 43 | 77 |
| Binary | 11000001 | 1111111 | 10011111 | 0 | 100010 | 10010 | 11000 | 101001011 | 100011 | 111111 |
Color Harmonies of #C17F9F
Complementary color
Monochromatic Colors of #C17F9F
Black with #C17F9F
Text Example
Text Example
White with #C17F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17F9F; }
p { color: rgb(193,127,159); }
H1.HeaderClassName
{
color: #C17F9F;
}
.AnyTagClassName
{
color: #C17F9F;
}
</style>
background-color css
<style>
a { background-color: #C17F9F; }
a { background-color: rgb(193,127,159); }
div.DivClassName
{
background-color: #C17F9F;
}
.BgClassName
{
background-color: #C17F9F;
}
</style>
border-color css
<style>
span { border-color: #C17F9F; }
span { border-color: rgb(193,127,159); }
td.TdClassName
{
border-color: #C17F9F;
}
.TagClassName
{
border-color: #C17F9F;
}
</style>