Shades of Puce #C17C95
Tints of Puce #C17C95
RGB
CMYK
RGB Variations
Color information
#C17C95 (or 0xC17C95) is known color: Puce. HEX triplet: C1, 7C and 95. RGB value is (193,124,149). Sum of RGB (Red+Green+Blue) = 193+124+149=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 149 (58.59% from 255 or 31.97% from 466); Max value from RGB is 193 - color contains mainly: red. Hex color #C17C95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17C95 is #3E836A. Grayscale: #939393. Windows color (decimal): -4096875 or 9796801. OLE color: 9796801.
HSL color Cylindrical-coordinate representation of color #C17C95: hue angle of 338.26º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C17C95 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 124 | 149 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.24 |
| HSL | 338.26º | 0.36% | 0.62% | - |
| HSV(B) | 338.26º | 0.36% | 0.76% | - |
| XYZ | 34.62 | 27.92 | 32 | - |
| YUV | 147.48 | 128.86 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 124 | 149 | 0 | 0.36 | 0.23 | 0.24 | 338.26 | 0.36 | 0.62 |
| Hex | C1 | 7C | 95 | 0 | 24 | 17 | 18 | 152 | 24 | 3E |
| Octal | 301 | 174 | 225 | 0 | 44 | 27 | 30 | 522 | 44 | 76 |
| Binary | 11000001 | 1111100 | 10010101 | 0 | 100100 | 10111 | 11000 | 101010010 | 100100 | 111110 |
Color Harmonies of #C17C95
Complementary color
Monochromatic Colors of #C17C95
Black with #C17C95
Text Example
Text Example
White with #C17C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17C95; }
p { color: rgb(193,124,149); }
H1.HeaderClassName
{
color: #C17C95;
}
.AnyTagClassName
{
color: #C17C95;
}
</style>
background-color css
<style>
a { background-color: #C17C95; }
a { background-color: rgb(193,124,149); }
div.DivClassName
{
background-color: #C17C95;
}
.BgClassName
{
background-color: #C17C95;
}
</style>
border-color css
<style>
span { border-color: #C17C95; }
span { border-color: rgb(193,124,149); }
td.TdClassName
{
border-color: #C17C95;
}
.TagClassName
{
border-color: #C17C95;
}
</style>