Shades of Puce #C37C95
Tints of Puce #C37C95
RGB
CMYK
RGB Variations
Color information
#C37C95 (or 0xC37C95) is known color: Puce. HEX triplet: C3, 7C and 95. RGB value is (195,124,149). Sum of RGB (Red+Green+Blue) = 195+124+149=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 124 (48.83% from 255 or 26.50% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37C95 is #3C836A. Grayscale: #949494. Windows color (decimal): -3965803 or 9796803. OLE color: 9796803.
HSL color Cylindrical-coordinate representation of color #C37C95: hue angle of 338.87º 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 #C37C95 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 124 | 149 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.24 |
| HSL | 338.87º | 0.37% | 0.63% | - |
| HSV(B) | 338.87º | 0.36% | 0.76% | - |
| XYZ | 35.14 | 28.19 | 32.02 | - |
| YUV | 148.08 | 128.52 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 124 | 149 | 0 | 0.36 | 0.24 | 0.24 | 338.87 | 0.37 | 0.63 |
| Hex | C3 | 7C | 95 | 0 | 24 | 18 | 18 | 153 | 25 | 3F |
| Octal | 303 | 174 | 225 | 0 | 44 | 30 | 30 | 523 | 45 | 77 |
| Binary | 11000011 | 1111100 | 10010101 | 0 | 100100 | 11000 | 11000 | 101010011 | 100101 | 111111 |
Color Harmonies of #C37C95
Complementary color
Monochromatic Colors of #C37C95
Black with #C37C95
Text Example
Text Example
White with #C37C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37C95; }
p { color: rgb(195,124,149); }
H1.HeaderClassName
{
color: #C37C95;
}
.AnyTagClassName
{
color: #C37C95;
}
</style>
background-color css
<style>
a { background-color: #C37C95; }
a { background-color: rgb(195,124,149); }
div.DivClassName
{
background-color: #C37C95;
}
.BgClassName
{
background-color: #C37C95;
}
</style>
border-color css
<style>
span { border-color: #C37C95; }
span { border-color: rgb(195,124,149); }
td.TdClassName
{
border-color: #C37C95;
}
.TagClassName
{
border-color: #C37C95;
}
</style>