Shades of Puce #C77EA0
Tints of Puce #C77EA0
RGB
CMYK
RGB Variations
Color information
#C77EA0 (or 0xC77EA0) is known color: Puce. HEX triplet: C7, 7E and A0. RGB value is (199,126,160). Sum of RGB (Red+Green+Blue) = 199+126+160=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 160 (62.89% from 255 or 32.99% from 485); Max value from RGB is 199 - color contains mainly: red. Hex color #C77EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77EA0 is #38815F. Grayscale: #979797. Windows color (decimal): -3703136 or 10518215. OLE color: 10518215.
HSL color Cylindrical-coordinate representation of color #C77EA0: hue angle of 332.05º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C77EA0 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 126 | 160 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.22 |
| HSL | 332.05º | 0.39% | 0.64% | - |
| HSV(B) | 332.05º | 0.37% | 0.78% | - |
| XYZ | 37.36 | 29.6 | 37 | - |
| YUV | 151.7 | 132.68 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 126 | 160 | 0 | 0.37 | 0.20 | 0.22 | 332.05 | 0.39 | 0.64 |
| Hex | C7 | 7E | A0 | 0 | 25 | 14 | 16 | 14C | 27 | 40 |
| Octal | 307 | 176 | 240 | 0 | 45 | 24 | 26 | 514 | 47 | 100 |
| Binary | 11000111 | 1111110 | 10100000 | 0 | 100101 | 10100 | 10110 | 101001100 | 100111 | 1000000 |
Color Harmonies of #C77EA0
Complementary color
Monochromatic Colors of #C77EA0
Black with #C77EA0
Text Example
Text Example
White with #C77EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77EA0; }
p { color: rgb(199,126,160); }
H1.HeaderClassName
{
color: #C77EA0;
}
.AnyTagClassName
{
color: #C77EA0;
}
</style>
background-color css
<style>
a { background-color: #C77EA0; }
a { background-color: rgb(199,126,160); }
div.DivClassName
{
background-color: #C77EA0;
}
.BgClassName
{
background-color: #C77EA0;
}
</style>
border-color css
<style>
span { border-color: #C77EA0; }
span { border-color: rgb(199,126,160); }
td.TdClassName
{
border-color: #C77EA0;
}
.TagClassName
{
border-color: #C77EA0;
}
</style>