Shades of Puce #C17F99
Tints of Puce #C17F99
RGB
CMYK
RGB Variations
Color information
#C17F99 (or 0xC17F99) is known color: Puce. HEX triplet: C1, 7F and 99. RGB value is (193,127,153). Sum of RGB (Red+Green+Blue) = 193+127+153=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 153 (60.16% from 255 or 32.35% from 473); Max value from RGB is 193 - color contains mainly: red. Hex color #C17F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17F99 is #3E8066. Grayscale: #959595. Windows color (decimal): -4096103 or 10059713. OLE color: 10059713.
HSL color Cylindrical-coordinate representation of color #C17F99: hue angle of 336.36º 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 #C17F99 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 127 | 153 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.24 |
| HSL | 336.36º | 0.35% | 0.63% | - |
| HSV(B) | 336.36º | 0.34% | 0.76% | - |
| XYZ | 35.33 | 28.82 | 33.84 | - |
| YUV | 149.7 | 129.87 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 127 | 153 | 0 | 0.34 | 0.21 | 0.24 | 336.36 | 0.35 | 0.63 |
| Hex | C1 | 7F | 99 | 0 | 22 | 15 | 18 | 150 | 23 | 3F |
| Octal | 301 | 177 | 231 | 0 | 42 | 25 | 30 | 520 | 43 | 77 |
| Binary | 11000001 | 1111111 | 10011001 | 0 | 100010 | 10101 | 11000 | 101010000 | 100011 | 111111 |
Color Harmonies of #C17F99
Complementary color
Monochromatic Colors of #C17F99
Black with #C17F99
Text Example
Text Example
White with #C17F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17F99; }
p { color: rgb(193,127,153); }
H1.HeaderClassName
{
color: #C17F99;
}
.AnyTagClassName
{
color: #C17F99;
}
</style>
background-color css
<style>
a { background-color: #C17F99; }
a { background-color: rgb(193,127,153); }
div.DivClassName
{
background-color: #C17F99;
}
.BgClassName
{
background-color: #C17F99;
}
</style>
border-color css
<style>
span { border-color: #C17F99; }
span { border-color: rgb(193,127,153); }
td.TdClassName
{
border-color: #C17F99;
}
.TagClassName
{
border-color: #C17F99;
}
</style>