Shades of Puce #C77D98
Tints of Puce #C77D98
RGB
CMYK
RGB Variations
Color information
#C77D98 (or 0xC77D98) is known color: Puce. HEX triplet: C7, 7D and 98. RGB value is (199,125,152). Sum of RGB (Red+Green+Blue) = 199+125+152=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 152 (59.77% from 255 or 31.93% from 476); Max value from RGB is 199 - color contains mainly: red. Hex color #C77D98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77D98 is #388267. Grayscale: #969696. Windows color (decimal): -3703400 or 9993671. OLE color: 9993671.
HSL color Cylindrical-coordinate representation of color #C77D98: hue angle of 338.11º 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 #C77D98 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 125 | 152 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.22 |
| HSL | 338.11º | 0.4% | 0.64% | - |
| HSV(B) | 338.11º | 0.37% | 0.78% | - |
| XYZ | 36.55 | 29.08 | 33.39 | - |
| YUV | 150.2 | 129.02 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 125 | 152 | 0 | 0.37 | 0.24 | 0.22 | 338.11 | 0.4 | 0.64 |
| Hex | C7 | 7D | 98 | 0 | 25 | 18 | 16 | 152 | 28 | 40 |
| Octal | 307 | 175 | 230 | 0 | 45 | 30 | 26 | 522 | 50 | 100 |
| Binary | 11000111 | 1111101 | 10011000 | 0 | 100101 | 11000 | 10110 | 101010010 | 101000 | 1000000 |
Color Harmonies of #C77D98
Complementary color
Monochromatic Colors of #C77D98
Black with #C77D98
Text Example
Text Example
White with #C77D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77D98; }
p { color: rgb(199,125,152); }
H1.HeaderClassName
{
color: #C77D98;
}
.AnyTagClassName
{
color: #C77D98;
}
</style>
background-color css
<style>
a { background-color: #C77D98; }
a { background-color: rgb(199,125,152); }
div.DivClassName
{
background-color: #C77D98;
}
.BgClassName
{
background-color: #C77D98;
}
</style>
border-color css
<style>
span { border-color: #C77D98; }
span { border-color: rgb(199,125,152); }
td.TdClassName
{
border-color: #C77D98;
}
.TagClassName
{
border-color: #C77D98;
}
</style>