Shades of Puce #C07E99
Tints of Puce #C07E99
RGB
CMYK
RGB Variations
Color information
#C07E99 (or 0xC07E99) is known color: Puce. HEX triplet: C0, 7E and 99. RGB value is (192,126,153). Sum of RGB (Red+Green+Blue) = 192+126+153=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07E99 is #3F8166. Grayscale: #949494. Windows color (decimal): -4161895 or 10059456. OLE color: 10059456.
HSL color Cylindrical-coordinate representation of color #C07E99: hue angle of 335.45º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C07E99 is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 126 | 153 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.25 |
| HSL | 335.45º | 0.34% | 0.62% | - |
| HSV(B) | 335.45º | 0.34% | 0.75% | - |
| XYZ | 34.95 | 28.43 | 33.78 | - |
| YUV | 148.81 | 130.37 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 126 | 153 | 0 | 0.34 | 0.20 | 0.25 | 335.45 | 0.34 | 0.62 |
| Hex | C0 | 7E | 99 | 0 | 22 | 14 | 19 | 14F | 22 | 3E |
| Octal | 300 | 176 | 231 | 0 | 42 | 24 | 31 | 517 | 42 | 76 |
| Binary | 11000000 | 1111110 | 10011001 | 0 | 100010 | 10100 | 11001 | 101001111 | 100010 | 111110 |
Color Harmonies of #C07E99
Complementary color
Monochromatic Colors of #C07E99
Black with #C07E99
Text Example
Text Example
White with #C07E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07E99; }
p { color: rgb(192,126,153); }
H1.HeaderClassName
{
color: #C07E99;
}
.AnyTagClassName
{
color: #C07E99;
}
</style>
background-color css
<style>
a { background-color: #C07E99; }
a { background-color: rgb(192,126,153); }
div.DivClassName
{
background-color: #C07E99;
}
.BgClassName
{
background-color: #C07E99;
}
</style>
border-color css
<style>
span { border-color: #C07E99; }
span { border-color: rgb(192,126,153); }
td.TdClassName
{
border-color: #C07E99;
}
.TagClassName
{
border-color: #C07E99;
}
</style>