Shades of Puce #C77E98
Tints of Puce #C77E98
RGB
CMYK
RGB Variations
Color information
#C77E98 (or 0xC77E98) is known color: Puce. HEX triplet: C7, 7E and 98. RGB value is (199,126,152). Sum of RGB (Red+Green+Blue) = 199+126+152=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 126 (49.61% from 255 or 26.42% from 477); Blue value is 152 (59.77% from 255 or 31.87% from 477); Max value from RGB is 199 - color contains mainly: red. Hex color #C77E98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77E98 is #388167. Grayscale: #969696. Windows color (decimal): -3703144 or 9993927. OLE color: 9993927.
HSL color Cylindrical-coordinate representation of color #C77E98: hue angle of 338.63º 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 #C77E98 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 126 | 152 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.22 |
| HSL | 338.63º | 0.39% | 0.64% | - |
| HSV(B) | 338.63º | 0.37% | 0.78% | - |
| XYZ | 36.68 | 29.33 | 33.43 | - |
| YUV | 150.79 | 128.68 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 126 | 152 | 0 | 0.37 | 0.24 | 0.22 | 338.63 | 0.39 | 0.64 |
| Hex | C7 | 7E | 98 | 0 | 25 | 18 | 16 | 153 | 27 | 40 |
| Octal | 307 | 176 | 230 | 0 | 45 | 30 | 26 | 523 | 47 | 100 |
| Binary | 11000111 | 1111110 | 10011000 | 0 | 100101 | 11000 | 10110 | 101010011 | 100111 | 1000000 |
Color Harmonies of #C77E98
Complementary color
Monochromatic Colors of #C77E98
Black with #C77E98
Text Example
Text Example
White with #C77E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77E98; }
p { color: rgb(199,126,152); }
H1.HeaderClassName
{
color: #C77E98;
}
.AnyTagClassName
{
color: #C77E98;
}
</style>
background-color css
<style>
a { background-color: #C77E98; }
a { background-color: rgb(199,126,152); }
div.DivClassName
{
background-color: #C77E98;
}
.BgClassName
{
background-color: #C77E98;
}
</style>
border-color css
<style>
span { border-color: #C77E98; }
span { border-color: rgb(199,126,152); }
td.TdClassName
{
border-color: #C77E98;
}
.TagClassName
{
border-color: #C77E98;
}
</style>