Shades of Puce #C07E97
Tints of Puce #C07E97
RGB
CMYK
RGB Variations
Color information
#C07E97 (or 0xC07E97) is known color: Puce. HEX triplet: C0, 7E and 97. RGB value is (192,126,151). Sum of RGB (Red+Green+Blue) = 192+126+151=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 151 (59.38% from 255 or 32.20% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07E97 is #3F8168. Grayscale: #949494. Windows color (decimal): -4161897 or 9928384. OLE color: 9928384.
HSL color Cylindrical-coordinate representation of color #C07E97: hue angle of 337.27º 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 #C07E97 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 126 | 151 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.25 |
| HSL | 337.27º | 0.34% | 0.62% | - |
| HSV(B) | 337.27º | 0.34% | 0.75% | - |
| XYZ | 34.79 | 28.36 | 32.92 | - |
| YUV | 148.58 | 129.37 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 126 | 151 | 0 | 0.34 | 0.21 | 0.25 | 337.27 | 0.34 | 0.62 |
| Hex | C0 | 7E | 97 | 0 | 22 | 15 | 19 | 151 | 22 | 3E |
| Octal | 300 | 176 | 227 | 0 | 42 | 25 | 31 | 521 | 42 | 76 |
| Binary | 11000000 | 1111110 | 10010111 | 0 | 100010 | 10101 | 11001 | 101010001 | 100010 | 111110 |
Color Harmonies of #C07E97
Complementary color
Monochromatic Colors of #C07E97
Black with #C07E97
Text Example
Text Example
White with #C07E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07E97; }
p { color: rgb(192,126,151); }
H1.HeaderClassName
{
color: #C07E97;
}
.AnyTagClassName
{
color: #C07E97;
}
</style>
background-color css
<style>
a { background-color: #C07E97; }
a { background-color: rgb(192,126,151); }
div.DivClassName
{
background-color: #C07E97;
}
.BgClassName
{
background-color: #C07E97;
}
</style>
border-color css
<style>
span { border-color: #C07E97; }
span { border-color: rgb(192,126,151); }
td.TdClassName
{
border-color: #C07E97;
}
.TagClassName
{
border-color: #C07E97;
}
</style>