Shades of Puce #C77F9F
Tints of Puce #C77F9F
RGB
CMYK
RGB Variations
Color information
#C77F9F (or 0xC77F9F) is known color: Puce. HEX triplet: C7, 7F and 9F. RGB value is (199,127,159). Sum of RGB (Red+Green+Blue) = 199+127+159=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 159 (62.5% from 255 or 32.78% from 485); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77F9F is #388060. Grayscale: #989898. Windows color (decimal): -3702881 or 10452935. OLE color: 10452935.
HSL color Cylindrical-coordinate representation of color #C77F9F: hue angle of 333.33º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C77F9F is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 127 | 159 | - |
| CMYK | 0 | 0.36 | 0.20 | 0.22 |
| HSL | 333.33º | 0.39% | 0.64% | - |
| HSV(B) | 333.33º | 0.36% | 0.78% | - |
| XYZ | 37.4 | 29.82 | 36.59 | - |
| YUV | 152.18 | 131.85 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 127 | 159 | 0 | 0.36 | 0.20 | 0.22 | 333.33 | 0.39 | 0.64 |
| Hex | C7 | 7F | 9F | 0 | 24 | 14 | 16 | 14D | 27 | 40 |
| Octal | 307 | 177 | 237 | 0 | 44 | 24 | 26 | 515 | 47 | 100 |
| Binary | 11000111 | 1111111 | 10011111 | 0 | 100100 | 10100 | 10110 | 101001101 | 100111 | 1000000 |
Color Harmonies of #C77F9F
Complementary color
Monochromatic Colors of #C77F9F
Black with #C77F9F
Text Example
Text Example
White with #C77F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77F9F; }
p { color: rgb(199,127,159); }
H1.HeaderClassName
{
color: #C77F9F;
}
.AnyTagClassName
{
color: #C77F9F;
}
</style>
background-color css
<style>
a { background-color: #C77F9F; }
a { background-color: rgb(199,127,159); }
div.DivClassName
{
background-color: #C77F9F;
}
.BgClassName
{
background-color: #C77F9F;
}
</style>
border-color css
<style>
span { border-color: #C77F9F; }
span { border-color: rgb(199,127,159); }
td.TdClassName
{
border-color: #C77F9F;
}
.TagClassName
{
border-color: #C77F9F;
}
</style>