Shades of Puce #C17E9C
Tints of Puce #C17E9C
RGB
CMYK
RGB Variations
Color information
#C17E9C (or 0xC17E9C) is known color: Puce. HEX triplet: C1, 7E and 9C. RGB value is (193,126,156). Sum of RGB (Red+Green+Blue) = 193+126+156=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 126 (49.61% from 255 or 26.53% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 193 - color contains mainly: red. Hex color #C17E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17E9C is #3E8163. Grayscale: #959595. Windows color (decimal): -4096356 or 10256065. OLE color: 10256065.
HSL color Cylindrical-coordinate representation of color #C17E9C: hue angle of 333.13º 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 #C17E9C is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 126 | 156 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.24 |
| HSL | 333.13º | 0.35% | 0.63% | - |
| HSV(B) | 333.13º | 0.35% | 0.76% | - |
| XYZ | 35.45 | 28.66 | 35.12 | - |
| YUV | 149.45 | 131.7 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 126 | 156 | 0 | 0.35 | 0.19 | 0.24 | 333.13 | 0.35 | 0.63 |
| Hex | C1 | 7E | 9C | 0 | 23 | 13 | 18 | 14D | 23 | 3F |
| Octal | 301 | 176 | 234 | 0 | 43 | 23 | 30 | 515 | 43 | 77 |
| Binary | 11000001 | 1111110 | 10011100 | 0 | 100011 | 10011 | 11000 | 101001101 | 100011 | 111111 |
Color Harmonies of #C17E9C
Complementary color
Monochromatic Colors of #C17E9C
Black with #C17E9C
Text Example
Text Example
White with #C17E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17E9C; }
p { color: rgb(193,126,156); }
H1.HeaderClassName
{
color: #C17E9C;
}
.AnyTagClassName
{
color: #C17E9C;
}
</style>
background-color css
<style>
a { background-color: #C17E9C; }
a { background-color: rgb(193,126,156); }
div.DivClassName
{
background-color: #C17E9C;
}
.BgClassName
{
background-color: #C17E9C;
}
</style>
border-color css
<style>
span { border-color: #C17E9C; }
span { border-color: rgb(193,126,156); }
td.TdClassName
{
border-color: #C17E9C;
}
.TagClassName
{
border-color: #C17E9C;
}
</style>