Shades of Puce #C17F96
Tints of Puce #C17F96
RGB
CMYK
RGB Variations
Color information
#C17F96 (or 0xC17F96) is known color: Puce. HEX triplet: C1, 7F and 96. RGB value is (193,127,150). Sum of RGB (Red+Green+Blue) = 193+127+150=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 150 (58.98% from 255 or 31.91% from 470); Max value from RGB is 193 - color contains mainly: red. Hex color #C17F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17F96 is #3E8069. Grayscale: #959595. Windows color (decimal): -4096106 or 9863105. OLE color: 9863105.
HSL color Cylindrical-coordinate representation of color #C17F96: hue angle of 339.09º 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 #C17F96 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 127 | 150 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.24 |
| HSL | 339.09º | 0.35% | 0.63% | - |
| HSV(B) | 339.09º | 0.34% | 0.76% | - |
| XYZ | 35.09 | 28.72 | 32.55 | - |
| YUV | 149.36 | 128.37 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 127 | 150 | 0 | 0.34 | 0.22 | 0.24 | 339.09 | 0.35 | 0.63 |
| Hex | C1 | 7F | 96 | 0 | 22 | 16 | 18 | 153 | 23 | 3F |
| Octal | 301 | 177 | 226 | 0 | 42 | 26 | 30 | 523 | 43 | 77 |
| Binary | 11000001 | 1111111 | 10010110 | 0 | 100010 | 10110 | 11000 | 101010011 | 100011 | 111111 |
Color Harmonies of #C17F96
Complementary color
Monochromatic Colors of #C17F96
Black with #C17F96
Text Example
Text Example
White with #C17F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17F96; }
p { color: rgb(193,127,150); }
H1.HeaderClassName
{
color: #C17F96;
}
.AnyTagClassName
{
color: #C17F96;
}
</style>
background-color css
<style>
a { background-color: #C17F96; }
a { background-color: rgb(193,127,150); }
div.DivClassName
{
background-color: #C17F96;
}
.BgClassName
{
background-color: #C17F96;
}
</style>
border-color css
<style>
span { border-color: #C17F96; }
span { border-color: rgb(193,127,150); }
td.TdClassName
{
border-color: #C17F96;
}
.TagClassName
{
border-color: #C17F96;
}
</style>