Shades of Puce #C37E9C
Tints of Puce #C37E9C
RGB
CMYK
RGB Variations
Color information
#C37E9C (or 0xC37E9C) is known color: Puce. HEX triplet: C3, 7E and 9C. RGB value is (195,126,156). Sum of RGB (Red+Green+Blue) = 195+126+156=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 126 (49.61% from 255 or 26.42% from 477); Blue value is 156 (61.33% from 255 or 32.70% from 477); Max value from RGB is 195 - color contains mainly: red. Hex color #C37E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37E9C is #3C8163. Grayscale: #959595. Windows color (decimal): -3965284 or 10256067. OLE color: 10256067.
HSL color Cylindrical-coordinate representation of color #C37E9C: hue angle of 333.91º degrees, saturation: 0.37, 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 #C37E9C is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 126 | 156 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.24 |
| HSL | 333.91º | 0.37% | 0.63% | - |
| HSV(B) | 333.91º | 0.35% | 0.76% | - |
| XYZ | 35.97 | 28.92 | 35.14 | - |
| YUV | 150.05 | 131.36 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 126 | 156 | 0 | 0.35 | 0.20 | 0.24 | 333.91 | 0.37 | 0.63 |
| Hex | C3 | 7E | 9C | 0 | 23 | 14 | 18 | 14E | 25 | 3F |
| Octal | 303 | 176 | 234 | 0 | 43 | 24 | 30 | 516 | 45 | 77 |
| Binary | 11000011 | 1111110 | 10011100 | 0 | 100011 | 10100 | 11000 | 101001110 | 100101 | 111111 |
Color Harmonies of #C37E9C
Complementary color
Monochromatic Colors of #C37E9C
Black with #C37E9C
Text Example
Text Example
White with #C37E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37E9C; }
p { color: rgb(195,126,156); }
H1.HeaderClassName
{
color: #C37E9C;
}
.AnyTagClassName
{
color: #C37E9C;
}
</style>
background-color css
<style>
a { background-color: #C37E9C; }
a { background-color: rgb(195,126,156); }
div.DivClassName
{
background-color: #C37E9C;
}
.BgClassName
{
background-color: #C37E9C;
}
</style>
border-color css
<style>
span { border-color: #C37E9C; }
span { border-color: rgb(195,126,156); }
td.TdClassName
{
border-color: #C37E9C;
}
.TagClassName
{
border-color: #C37E9C;
}
</style>