Shades of Puce #C77D92
Tints of Puce #C77D92
RGB
CMYK
RGB Variations
Color information
#C77D92 (or 0xC77D92) is known color: Puce. HEX triplet: C7, 7D and 92. RGB value is (199,125,146). Sum of RGB (Red+Green+Blue) = 199+125+146=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 146 (57.42% from 255 or 31.06% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C77D92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77D92 is #38826D. Grayscale: #959595. Windows color (decimal): -3703406 or 9600455. OLE color: 9600455.
HSL color Cylindrical-coordinate representation of color #C77D92: hue angle of 342.97º degrees, saturation: 0.4, 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 #C77D92 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 125 | 146 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.22 |
| HSL | 342.97º | 0.4% | 0.64% | - |
| HSV(B) | 342.97º | 0.37% | 0.78% | - |
| XYZ | 36.08 | 28.88 | 30.87 | - |
| YUV | 149.52 | 126.02 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 125 | 146 | 0 | 0.37 | 0.27 | 0.22 | 342.97 | 0.4 | 0.64 |
| Hex | C7 | 7D | 92 | 0 | 25 | 1B | 16 | 157 | 28 | 40 |
| Octal | 307 | 175 | 222 | 0 | 45 | 33 | 26 | 527 | 50 | 100 |
| Binary | 11000111 | 1111101 | 10010010 | 0 | 100101 | 11011 | 10110 | 101010111 | 101000 | 1000000 |
Color Harmonies of #C77D92
Complementary color
Monochromatic Colors of #C77D92
Black with #C77D92
Text Example
Text Example
White with #C77D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77D92; }
p { color: rgb(199,125,146); }
H1.HeaderClassName
{
color: #C77D92;
}
.AnyTagClassName
{
color: #C77D92;
}
</style>
background-color css
<style>
a { background-color: #C77D92; }
a { background-color: rgb(199,125,146); }
div.DivClassName
{
background-color: #C77D92;
}
.BgClassName
{
background-color: #C77D92;
}
</style>
border-color css
<style>
span { border-color: #C77D92; }
span { border-color: rgb(199,125,146); }
td.TdClassName
{
border-color: #C77D92;
}
.TagClassName
{
border-color: #C77D92;
}
</style>