Shades of Puce #C77F94
Tints of Puce #C77F94
RGB
CMYK
RGB Variations
Color information
#C77F94 (or 0xC77F94) is known color: Puce. HEX triplet: C7, 7F and 94. RGB value is (199,127,148). Sum of RGB (Red+Green+Blue) = 199+127+148=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 148 (58.20% from 255 or 31.22% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77F94 is #38806B. Grayscale: #969696. Windows color (decimal): -3702892 or 9732039. OLE color: 9732039.
HSL color Cylindrical-coordinate representation of color #C77F94: hue angle of 342.5º 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 #C77F94 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 127 | 148 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.22 |
| HSL | 342.5º | 0.39% | 0.64% | - |
| HSV(B) | 342.5º | 0.36% | 0.78% | - |
| XYZ | 36.49 | 29.46 | 31.78 | - |
| YUV | 150.92 | 126.35 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 127 | 148 | 0 | 0.36 | 0.26 | 0.22 | 342.5 | 0.39 | 0.64 |
| Hex | C7 | 7F | 94 | 0 | 24 | 1A | 16 | 156 | 27 | 40 |
| Octal | 307 | 177 | 224 | 0 | 44 | 32 | 26 | 526 | 47 | 100 |
| Binary | 11000111 | 1111111 | 10010100 | 0 | 100100 | 11010 | 10110 | 101010110 | 100111 | 1000000 |
Color Harmonies of #C77F94
Complementary color
Monochromatic Colors of #C77F94
Black with #C77F94
Text Example
Text Example
White with #C77F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77F94; }
p { color: rgb(199,127,148); }
H1.HeaderClassName
{
color: #C77F94;
}
.AnyTagClassName
{
color: #C77F94;
}
</style>
background-color css
<style>
a { background-color: #C77F94; }
a { background-color: rgb(199,127,148); }
div.DivClassName
{
background-color: #C77F94;
}
.BgClassName
{
background-color: #C77F94;
}
</style>
border-color css
<style>
span { border-color: #C77F94; }
span { border-color: rgb(199,127,148); }
td.TdClassName
{
border-color: #C77F94;
}
.TagClassName
{
border-color: #C77F94;
}
</style>