Shades of Puce #C77E9A
Tints of Puce #C77E9A
RGB
CMYK
RGB Variations
Color information
#C77E9A (or 0xC77E9A) is known color: Puce. HEX triplet: C7, 7E and 9A. RGB value is (199,126,154). Sum of RGB (Red+Green+Blue) = 199+126+154=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 154 (60.55% from 255 or 32.15% from 479); Max value from RGB is 199 - color contains mainly: red. Hex color #C77E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77E9A is #388165. Grayscale: #969696. Windows color (decimal): -3703142 or 10124999. OLE color: 10124999.
HSL color Cylindrical-coordinate representation of color #C77E9A: hue angle of 336.99º 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 #C77E9A is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 126 | 154 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.22 |
| HSL | 336.99º | 0.39% | 0.64% | - |
| HSV(B) | 336.99º | 0.37% | 0.78% | - |
| XYZ | 36.85 | 29.4 | 34.3 | - |
| YUV | 151.02 | 129.68 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 126 | 154 | 0 | 0.37 | 0.23 | 0.22 | 336.99 | 0.39 | 0.64 |
| Hex | C7 | 7E | 9A | 0 | 25 | 17 | 16 | 151 | 27 | 40 |
| Octal | 307 | 176 | 232 | 0 | 45 | 27 | 26 | 521 | 47 | 100 |
| Binary | 11000111 | 1111110 | 10011010 | 0 | 100101 | 10111 | 10110 | 101010001 | 100111 | 1000000 |
Color Harmonies of #C77E9A
Complementary color
Monochromatic Colors of #C77E9A
Black with #C77E9A
Text Example
Text Example
White with #C77E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77E9A; }
p { color: rgb(199,126,154); }
H1.HeaderClassName
{
color: #C77E9A;
}
.AnyTagClassName
{
color: #C77E9A;
}
</style>
background-color css
<style>
a { background-color: #C77E9A; }
a { background-color: rgb(199,126,154); }
div.DivClassName
{
background-color: #C77E9A;
}
.BgClassName
{
background-color: #C77E9A;
}
</style>
border-color css
<style>
span { border-color: #C77E9A; }
span { border-color: rgb(199,126,154); }
td.TdClassName
{
border-color: #C77E9A;
}
.TagClassName
{
border-color: #C77E9A;
}
</style>