Shades of Puce #C07C92
Tints of Puce #C07C92
RGB
CMYK
RGB Variations
Color information
#C07C92 (or 0xC07C92) is known color: Puce. HEX triplet: C0, 7C and 92. RGB value is (192,124,146). Sum of RGB (Red+Green+Blue) = 192+124+146=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 124 (48.83% from 255 or 26.84% from 462); Blue value is 146 (57.42% from 255 or 31.60% from 462); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07C92 is #3F836D. Grayscale: #929292. Windows color (decimal): -4162414 or 9600192. OLE color: 9600192.
HSL color Cylindrical-coordinate representation of color #C07C92: hue angle of 340.59º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C07C92 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 124 | 146 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.25 |
| HSL | 340.59º | 0.35% | 0.62% | - |
| HSV(B) | 340.59º | 0.35% | 0.75% | - |
| XYZ | 34.13 | 27.7 | 30.74 | - |
| YUV | 146.84 | 127.53 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 124 | 146 | 0 | 0.35 | 0.24 | 0.25 | 340.59 | 0.35 | 0.62 |
| Hex | C0 | 7C | 92 | 0 | 23 | 18 | 19 | 155 | 23 | 3E |
| Octal | 300 | 174 | 222 | 0 | 43 | 30 | 31 | 525 | 43 | 76 |
| Binary | 11000000 | 1111100 | 10010010 | 0 | 100011 | 11000 | 11001 | 101010101 | 100011 | 111110 |
Color Harmonies of #C07C92
Complementary color
Monochromatic Colors of #C07C92
Black with #C07C92
Text Example
Text Example
White with #C07C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07C92; }
p { color: rgb(192,124,146); }
H1.HeaderClassName
{
color: #C07C92;
}
.AnyTagClassName
{
color: #C07C92;
}
</style>
background-color css
<style>
a { background-color: #C07C92; }
a { background-color: rgb(192,124,146); }
div.DivClassName
{
background-color: #C07C92;
}
.BgClassName
{
background-color: #C07C92;
}
</style>
border-color css
<style>
span { border-color: #C07C92; }
span { border-color: rgb(192,124,146); }
td.TdClassName
{
border-color: #C07C92;
}
.TagClassName
{
border-color: #C07C92;
}
</style>