Shades of Puce #C17F94
Tints of Puce #C17F94
RGB
CMYK
RGB Variations
Color information
#C17F94 (or 0xC17F94) is known color: Puce. HEX triplet: C1, 7F and 94. RGB value is (193,127,148). Sum of RGB (Red+Green+Blue) = 193+127+148=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 148 (58.20% from 255 or 31.62% from 468); Max value from RGB is 193 - color contains mainly: red. Hex color #C17F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17F94 is #3E806B. Grayscale: #959595. Windows color (decimal): -4096108 or 9732033. OLE color: 9732033.
HSL color Cylindrical-coordinate representation of color #C17F94: hue angle of 340.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 #C17F94 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 127 | 148 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.24 |
| HSL | 340.91º | 0.35% | 0.63% | - |
| HSV(B) | 340.91º | 0.34% | 0.76% | - |
| XYZ | 34.93 | 28.65 | 31.71 | - |
| YUV | 149.13 | 127.37 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 127 | 148 | 0 | 0.34 | 0.23 | 0.24 | 340.91 | 0.35 | 0.63 |
| Hex | C1 | 7F | 94 | 0 | 22 | 17 | 18 | 155 | 23 | 3F |
| Octal | 301 | 177 | 224 | 0 | 42 | 27 | 30 | 525 | 43 | 77 |
| Binary | 11000001 | 1111111 | 10010100 | 0 | 100010 | 10111 | 11000 | 101010101 | 100011 | 111111 |
Color Harmonies of #C17F94
Complementary color
Monochromatic Colors of #C17F94
Black with #C17F94
Text Example
Text Example
White with #C17F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17F94; }
p { color: rgb(193,127,148); }
H1.HeaderClassName
{
color: #C17F94;
}
.AnyTagClassName
{
color: #C17F94;
}
</style>
background-color css
<style>
a { background-color: #C17F94; }
a { background-color: rgb(193,127,148); }
div.DivClassName
{
background-color: #C17F94;
}
.BgClassName
{
background-color: #C17F94;
}
</style>
border-color css
<style>
span { border-color: #C17F94; }
span { border-color: rgb(193,127,148); }
td.TdClassName
{
border-color: #C17F94;
}
.TagClassName
{
border-color: #C17F94;
}
</style>