Shades of Puce #C37F96
Tints of Puce #C37F96
RGB
CMYK
RGB Variations
Color information
#C37F96 (or 0xC37F96) is known color: Puce. HEX triplet: C3, 7F and 96. RGB value is (195,127,150). Sum of RGB (Red+Green+Blue) = 195+127+150=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37F96 is #3C8069. Grayscale: #959595. Windows color (decimal): -3965034 or 9863107. OLE color: 9863107.
HSL color Cylindrical-coordinate representation of color #C37F96: hue angle of 339.71º degrees, saturation: 0.36, 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 #C37F96 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 127 | 150 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.24 |
| HSL | 339.71º | 0.36% | 0.63% | - |
| HSV(B) | 339.71º | 0.35% | 0.76% | - |
| XYZ | 35.6 | 28.98 | 32.57 | - |
| YUV | 149.95 | 128.03 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 127 | 150 | 0 | 0.35 | 0.23 | 0.24 | 339.71 | 0.36 | 0.63 |
| Hex | C3 | 7F | 96 | 0 | 23 | 17 | 18 | 154 | 24 | 3F |
| Octal | 303 | 177 | 226 | 0 | 43 | 27 | 30 | 524 | 44 | 77 |
| Binary | 11000011 | 1111111 | 10010110 | 0 | 100011 | 10111 | 11000 | 101010100 | 100100 | 111111 |
Color Harmonies of #C37F96
Complementary color
Monochromatic Colors of #C37F96
Black with #C37F96
Text Example
Text Example
White with #C37F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37F96; }
p { color: rgb(195,127,150); }
H1.HeaderClassName
{
color: #C37F96;
}
.AnyTagClassName
{
color: #C37F96;
}
</style>
background-color css
<style>
a { background-color: #C37F96; }
a { background-color: rgb(195,127,150); }
div.DivClassName
{
background-color: #C37F96;
}
.BgClassName
{
background-color: #C37F96;
}
</style>
border-color css
<style>
span { border-color: #C37F96; }
span { border-color: rgb(195,127,150); }
td.TdClassName
{
border-color: #C37F96;
}
.TagClassName
{
border-color: #C37F96;
}
</style>