Shades of Puce #C77E92
Tints of Puce #C77E92
RGB
CMYK
RGB Variations
Color information
#C77E92 (or 0xC77E92) is known color: Puce. HEX triplet: C7, 7E and 92. RGB value is (199,126,146). Sum of RGB (Red+Green+Blue) = 199+126+146=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 199 - color contains mainly: red. Hex color #C77E92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77E92 is #38816D. Grayscale: #969696. Windows color (decimal): -3703150 or 9600711. OLE color: 9600711.
HSL color Cylindrical-coordinate representation of color #C77E92: hue angle of 343.56º 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 #C77E92 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 126 | 146 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.22 |
| HSL | 343.56º | 0.39% | 0.64% | - |
| HSV(B) | 343.56º | 0.37% | 0.78% | - |
| XYZ | 36.2 | 29.14 | 30.91 | - |
| YUV | 150.11 | 125.68 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 126 | 146 | 0 | 0.37 | 0.27 | 0.22 | 343.56 | 0.39 | 0.64 |
| Hex | C7 | 7E | 92 | 0 | 25 | 1B | 16 | 158 | 27 | 40 |
| Octal | 307 | 176 | 222 | 0 | 45 | 33 | 26 | 530 | 47 | 100 |
| Binary | 11000111 | 1111110 | 10010010 | 0 | 100101 | 11011 | 10110 | 101011000 | 100111 | 1000000 |
Color Harmonies of #C77E92
Complementary color
Monochromatic Colors of #C77E92
Black with #C77E92
Text Example
Text Example
White with #C77E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77E92; }
p { color: rgb(199,126,146); }
H1.HeaderClassName
{
color: #C77E92;
}
.AnyTagClassName
{
color: #C77E92;
}
</style>
background-color css
<style>
a { background-color: #C77E92; }
a { background-color: rgb(199,126,146); }
div.DivClassName
{
background-color: #C77E92;
}
.BgClassName
{
background-color: #C77E92;
}
</style>
border-color css
<style>
span { border-color: #C77E92; }
span { border-color: rgb(199,126,146); }
td.TdClassName
{
border-color: #C77E92;
}
.TagClassName
{
border-color: #C77E92;
}
</style>