Shades of Puce #C37D96
Tints of Puce #C37D96
RGB
CMYK
RGB Variations
Color information
#C37D96 (or 0xC37D96) is known color: Puce. HEX triplet: C3, 7D and 96. RGB value is (195,125,150). Sum of RGB (Red+Green+Blue) = 195+125+150=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 150 (58.98% from 255 or 31.91% from 470); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37D96 is #3C8269. Grayscale: #949494. Windows color (decimal): -3965546 or 9862595. OLE color: 9862595.
HSL color Cylindrical-coordinate representation of color #C37D96: hue angle of 338.57º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C37D96 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 125 | 150 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.24 |
| HSL | 338.57º | 0.37% | 0.63% | - |
| HSV(B) | 338.57º | 0.36% | 0.76% | - |
| XYZ | 35.34 | 28.47 | 32.49 | - |
| YUV | 148.78 | 128.69 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 125 | 150 | 0 | 0.36 | 0.23 | 0.24 | 338.57 | 0.37 | 0.63 |
| Hex | C3 | 7D | 96 | 0 | 24 | 17 | 18 | 153 | 25 | 3F |
| Octal | 303 | 175 | 226 | 0 | 44 | 27 | 30 | 523 | 45 | 77 |
| Binary | 11000011 | 1111101 | 10010110 | 0 | 100100 | 10111 | 11000 | 101010011 | 100101 | 111111 |
Color Harmonies of #C37D96
Complementary color
Monochromatic Colors of #C37D96
Black with #C37D96
Text Example
Text Example
White with #C37D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37D96; }
p { color: rgb(195,125,150); }
H1.HeaderClassName
{
color: #C37D96;
}
.AnyTagClassName
{
color: #C37D96;
}
</style>
background-color css
<style>
a { background-color: #C37D96; }
a { background-color: rgb(195,125,150); }
div.DivClassName
{
background-color: #C37D96;
}
.BgClassName
{
background-color: #C37D96;
}
</style>
border-color css
<style>
span { border-color: #C37D96; }
span { border-color: rgb(195,125,150); }
td.TdClassName
{
border-color: #C37D96;
}
.TagClassName
{
border-color: #C37D96;
}
</style>