Shades of Puce #C77EA1
Tints of Puce #C77EA1
RGB
CMYK
RGB Variations
Color information
#C77EA1 (or 0xC77EA1) is known color: Puce. HEX triplet: C7, 7E and A1. RGB value is (199,126,161). Sum of RGB (Red+Green+Blue) = 199+126+161=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 126 (49.61% from 255 or 25.93% from 486); Blue value is 161 (63.28% from 255 or 33.13% from 486); Max value from RGB is 199 - color contains mainly: red. Hex color #C77EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77EA1 is #38815E. Grayscale: #979797. Windows color (decimal): -3703135 or 10583751. OLE color: 10583751.
HSL color Cylindrical-coordinate representation of color #C77EA1: hue angle of 331.23º 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 #C77EA1 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 126 | 161 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.22 |
| HSL | 331.23º | 0.39% | 0.64% | - |
| HSV(B) | 331.23º | 0.37% | 0.78% | - |
| XYZ | 37.45 | 29.64 | 37.47 | - |
| YUV | 151.82 | 133.18 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 126 | 161 | 0 | 0.37 | 0.19 | 0.22 | 331.23 | 0.39 | 0.64 |
| Hex | C7 | 7E | A1 | 0 | 25 | 13 | 16 | 14B | 27 | 40 |
| Octal | 307 | 176 | 241 | 0 | 45 | 23 | 26 | 513 | 47 | 100 |
| Binary | 11000111 | 1111110 | 10100001 | 0 | 100101 | 10011 | 10110 | 101001011 | 100111 | 1000000 |
Color Harmonies of #C77EA1
Complementary color
Monochromatic Colors of #C77EA1
Black with #C77EA1
Text Example
Text Example
White with #C77EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77EA1; }
p { color: rgb(199,126,161); }
H1.HeaderClassName
{
color: #C77EA1;
}
.AnyTagClassName
{
color: #C77EA1;
}
</style>
background-color css
<style>
a { background-color: #C77EA1; }
a { background-color: rgb(199,126,161); }
div.DivClassName
{
background-color: #C77EA1;
}
.BgClassName
{
background-color: #C77EA1;
}
</style>
border-color css
<style>
span { border-color: #C77EA1; }
span { border-color: rgb(199,126,161); }
td.TdClassName
{
border-color: #C77EA1;
}
.TagClassName
{
border-color: #C77EA1;
}
</style>