Shades of Puce #C07F99
Tints of Puce #C07F99
RGB
CMYK
RGB Variations
Color information
#C07F99 (or 0xC07F99) is known color: Puce. HEX triplet: C0, 7F and 99. RGB value is (192,127,153). Sum of RGB (Red+Green+Blue) = 192+127+153=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07F99 is #3F8066. Grayscale: #959595. Windows color (decimal): -4161639 or 10059712. OLE color: 10059712.
HSL color Cylindrical-coordinate representation of color #C07F99: hue angle of 336º 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 #C07F99 is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 127 | 153 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.25 |
| HSL | 336º | 0.34% | 0.63% | - |
| HSV(B) | 336º | 0.34% | 0.75% | - |
| XYZ | 35.08 | 28.69 | 33.83 | - |
| YUV | 149.4 | 130.03 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 127 | 153 | 0 | 0.34 | 0.20 | 0.25 | 336 | 0.34 | 0.63 |
| Hex | C0 | 7F | 99 | 0 | 22 | 14 | 19 | 150 | 22 | 3F |
| Octal | 300 | 177 | 231 | 0 | 42 | 24 | 31 | 520 | 42 | 77 |
| Binary | 11000000 | 1111111 | 10011001 | 0 | 100010 | 10100 | 11001 | 101010000 | 100010 | 111111 |
Color Harmonies of #C07F99
Complementary color
Monochromatic Colors of #C07F99
Black with #C07F99
Text Example
Text Example
White with #C07F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07F99; }
p { color: rgb(192,127,153); }
H1.HeaderClassName
{
color: #C07F99;
}
.AnyTagClassName
{
color: #C07F99;
}
</style>
background-color css
<style>
a { background-color: #C07F99; }
a { background-color: rgb(192,127,153); }
div.DivClassName
{
background-color: #C07F99;
}
.BgClassName
{
background-color: #C07F99;
}
</style>
border-color css
<style>
span { border-color: #C07F99; }
span { border-color: rgb(192,127,153); }
td.TdClassName
{
border-color: #C07F99;
}
.TagClassName
{
border-color: #C07F99;
}
</style>