Shades of Puce #C17E95
Tints of Puce #C17E95
RGB
CMYK
RGB Variations
Color information
#C17E95 (or 0xC17E95) is known color: Puce. HEX triplet: C1, 7E and 95. RGB value is (193,126,149). Sum of RGB (Red+Green+Blue) = 193+126+149=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 126 (49.61% from 255 or 26.92% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 193 - color contains mainly: red. Hex color #C17E95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17E95 is #3E816A. Grayscale: #949494. Windows color (decimal): -4096363 or 9797313. OLE color: 9797313.
HSL color Cylindrical-coordinate representation of color #C17E95: hue angle of 339.4º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C17E95 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 126 | 149 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.24 |
| HSL | 339.4º | 0.35% | 0.63% | - |
| HSV(B) | 339.4º | 0.35% | 0.76% | - |
| XYZ | 34.88 | 28.43 | 32.08 | - |
| YUV | 148.66 | 128.2 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 126 | 149 | 0 | 0.35 | 0.23 | 0.24 | 339.4 | 0.35 | 0.63 |
| Hex | C1 | 7E | 95 | 0 | 23 | 17 | 18 | 153 | 23 | 3F |
| Octal | 301 | 176 | 225 | 0 | 43 | 27 | 30 | 523 | 43 | 77 |
| Binary | 11000001 | 1111110 | 10010101 | 0 | 100011 | 10111 | 11000 | 101010011 | 100011 | 111111 |
Color Harmonies of #C17E95
Complementary color
Monochromatic Colors of #C17E95
Black with #C17E95
Text Example
Text Example
White with #C17E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17E95; }
p { color: rgb(193,126,149); }
H1.HeaderClassName
{
color: #C17E95;
}
.AnyTagClassName
{
color: #C17E95;
}
</style>
background-color css
<style>
a { background-color: #C17E95; }
a { background-color: rgb(193,126,149); }
div.DivClassName
{
background-color: #C17E95;
}
.BgClassName
{
background-color: #C17E95;
}
</style>
border-color css
<style>
span { border-color: #C17E95; }
span { border-color: rgb(193,126,149); }
td.TdClassName
{
border-color: #C17E95;
}
.TagClassName
{
border-color: #C17E95;
}
</style>