Shades of Puce #C07E8E
Tints of Puce #C07E8E
RGB
CMYK
RGB Variations
Color information
#C07E8E (or 0xC07E8E) is known color: Puce. HEX triplet: C0, 7E and 8E. RGB value is (192,126,142). Sum of RGB (Red+Green+Blue) = 192+126+142=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 126 (49.61% from 255 or 27.39% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07E8E is #3F8171. Grayscale: #939393. Windows color (decimal): -4161906 or 9338560. OLE color: 9338560.
HSL color Cylindrical-coordinate representation of color #C07E8E: hue angle of 345.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 #C07E8E is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 126 | 142 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.25 |
| HSL | 345.45º | 0.34% | 0.62% | - |
| HSV(B) | 345.45º | 0.34% | 0.75% | - |
| XYZ | 34.08 | 28.08 | 29.22 | - |
| YUV | 147.56 | 124.87 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 126 | 142 | 0 | 0.34 | 0.26 | 0.25 | 345.45 | 0.34 | 0.62 |
| Hex | C0 | 7E | 8E | 0 | 22 | 1A | 19 | 159 | 22 | 3E |
| Octal | 300 | 176 | 216 | 0 | 42 | 32 | 31 | 531 | 42 | 76 |
| Binary | 11000000 | 1111110 | 10001110 | 0 | 100010 | 11010 | 11001 | 101011001 | 100010 | 111110 |
Color Harmonies of #C07E8E
Complementary color
Monochromatic Colors of #C07E8E
Black with #C07E8E
Text Example
Text Example
White with #C07E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07E8E; }
p { color: rgb(192,126,142); }
H1.HeaderClassName
{
color: #C07E8E;
}
.AnyTagClassName
{
color: #C07E8E;
}
</style>
background-color css
<style>
a { background-color: #C07E8E; }
a { background-color: rgb(192,126,142); }
div.DivClassName
{
background-color: #C07E8E;
}
.BgClassName
{
background-color: #C07E8E;
}
</style>
border-color css
<style>
span { border-color: #C07E8E; }
span { border-color: rgb(192,126,142); }
td.TdClassName
{
border-color: #C07E8E;
}
.TagClassName
{
border-color: #C07E8E;
}
</style>