Shades of Puce #C77F99
Tints of Puce #C77F99
RGB
CMYK
RGB Variations
Color information
#C77F99 (or 0xC77F99) is known color: Puce. HEX triplet: C7, 7F and 99. RGB value is (199,127,153). Sum of RGB (Red+Green+Blue) = 199+127+153=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 153 (60.16% from 255 or 31.94% from 479); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77F99 is #388066. Grayscale: #979797. Windows color (decimal): -3702887 or 10059719. OLE color: 10059719.
HSL color Cylindrical-coordinate representation of color #C77F99: hue angle of 338.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 #C77F99 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 127 | 153 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.22 |
| HSL | 338.33º | 0.39% | 0.64% | - |
| HSV(B) | 338.33º | 0.36% | 0.78% | - |
| XYZ | 36.89 | 29.62 | 33.91 | - |
| YUV | 151.49 | 128.85 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 127 | 153 | 0 | 0.36 | 0.23 | 0.22 | 338.33 | 0.39 | 0.64 |
| Hex | C7 | 7F | 99 | 0 | 24 | 17 | 16 | 152 | 27 | 40 |
| Octal | 307 | 177 | 231 | 0 | 44 | 27 | 26 | 522 | 47 | 100 |
| Binary | 11000111 | 1111111 | 10011001 | 0 | 100100 | 10111 | 10110 | 101010010 | 100111 | 1000000 |
Color Harmonies of #C77F99
Complementary color
Monochromatic Colors of #C77F99
Black with #C77F99
Text Example
Text Example
White with #C77F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77F99; }
p { color: rgb(199,127,153); }
H1.HeaderClassName
{
color: #C77F99;
}
.AnyTagClassName
{
color: #C77F99;
}
</style>
background-color css
<style>
a { background-color: #C77F99; }
a { background-color: rgb(199,127,153); }
div.DivClassName
{
background-color: #C77F99;
}
.BgClassName
{
background-color: #C77F99;
}
</style>
border-color css
<style>
span { border-color: #C77F99; }
span { border-color: rgb(199,127,153); }
td.TdClassName
{
border-color: #C77F99;
}
.TagClassName
{
border-color: #C77F99;
}
</style>