Shades of Puce #C77F92
Tints of Puce #C77F92
RGB
CMYK
RGB Variations
Color information
#C77F92 (or 0xC77F92) is known color: Puce. HEX triplet: C7, 7F and 92. RGB value is (199,127,146). Sum of RGB (Red+Green+Blue) = 199+127+146=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 146 (57.42% from 255 or 30.93% from 472); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77F92 is #38806D. Grayscale: #969696. Windows color (decimal): -3702894 or 9600967. OLE color: 9600967.
HSL color Cylindrical-coordinate representation of color #C77F92: hue angle of 344.17º 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 #C77F92 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 127 | 146 | - |
| CMYK | 0 | 0.36 | 0.27 | 0.22 |
| HSL | 344.17º | 0.39% | 0.64% | - |
| HSV(B) | 344.17º | 0.36% | 0.78% | - |
| XYZ | 36.33 | 29.4 | 30.95 | - |
| YUV | 150.69 | 125.35 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 127 | 146 | 0 | 0.36 | 0.27 | 0.22 | 344.17 | 0.39 | 0.64 |
| Hex | C7 | 7F | 92 | 0 | 24 | 1B | 16 | 158 | 27 | 40 |
| Octal | 307 | 177 | 222 | 0 | 44 | 33 | 26 | 530 | 47 | 100 |
| Binary | 11000111 | 1111111 | 10010010 | 0 | 100100 | 11011 | 10110 | 101011000 | 100111 | 1000000 |
Color Harmonies of #C77F92
Complementary color
Monochromatic Colors of #C77F92
Black with #C77F92
Text Example
Text Example
White with #C77F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77F92; }
p { color: rgb(199,127,146); }
H1.HeaderClassName
{
color: #C77F92;
}
.AnyTagClassName
{
color: #C77F92;
}
</style>
background-color css
<style>
a { background-color: #C77F92; }
a { background-color: rgb(199,127,146); }
div.DivClassName
{
background-color: #C77F92;
}
.BgClassName
{
background-color: #C77F92;
}
</style>
border-color css
<style>
span { border-color: #C77F92; }
span { border-color: rgb(199,127,146); }
td.TdClassName
{
border-color: #C77F92;
}
.TagClassName
{
border-color: #C77F92;
}
</style>