Shades of Puce #C07F97
Tints of Puce #C07F97
RGB
CMYK
RGB Variations
Color information
#C07F97 (or 0xC07F97) is known color: Puce. HEX triplet: C0, 7F and 97. RGB value is (192,127,151). Sum of RGB (Red+Green+Blue) = 192+127+151=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 151 (59.38% from 255 or 32.13% from 470); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07F97 is #3F8068. Grayscale: #959595. Windows color (decimal): -4161641 or 9928640. OLE color: 9928640.
HSL color Cylindrical-coordinate representation of color #C07F97: hue angle of 337.85º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C07F97 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 127 | 151 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.25 |
| HSL | 337.85º | 0.34% | 0.63% | - |
| HSV(B) | 337.85º | 0.34% | 0.75% | - |
| XYZ | 34.91 | 28.62 | 32.96 | - |
| YUV | 149.17 | 129.03 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 127 | 151 | 0 | 0.34 | 0.21 | 0.25 | 337.85 | 0.34 | 0.63 |
| Hex | C0 | 7F | 97 | 0 | 22 | 15 | 19 | 152 | 22 | 3F |
| Octal | 300 | 177 | 227 | 0 | 42 | 25 | 31 | 522 | 42 | 77 |
| Binary | 11000000 | 1111111 | 10010111 | 0 | 100010 | 10101 | 11001 | 101010010 | 100010 | 111111 |
Color Harmonies of #C07F97
Complementary color
Monochromatic Colors of #C07F97
Black with #C07F97
Text Example
Text Example
White with #C07F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07F97; }
p { color: rgb(192,127,151); }
H1.HeaderClassName
{
color: #C07F97;
}
.AnyTagClassName
{
color: #C07F97;
}
</style>
background-color css
<style>
a { background-color: #C07F97; }
a { background-color: rgb(192,127,151); }
div.DivClassName
{
background-color: #C07F97;
}
.BgClassName
{
background-color: #C07F97;
}
</style>
border-color css
<style>
span { border-color: #C07F97; }
span { border-color: rgb(192,127,151); }
td.TdClassName
{
border-color: #C07F97;
}
.TagClassName
{
border-color: #C07F97;
}
</style>