Shades of Puce #C77E93
Tints of Puce #C77E93
RGB
CMYK
RGB Variations
Color information
#C77E93 (or 0xC77E93) is known color: Puce. HEX triplet: C7, 7E and 93. RGB value is (199,126,147). Sum of RGB (Red+Green+Blue) = 199+126+147=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 147 (57.81% from 255 or 31.14% from 472); Max value from RGB is 199 - color contains mainly: red. Hex color #C77E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77E93 is #38816C. Grayscale: #969696. Windows color (decimal): -3703149 or 9666247. OLE color: 9666247.
HSL color Cylindrical-coordinate representation of color #C77E93: hue angle of 342.74º 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 #C77E93 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 126 | 147 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.22 |
| HSL | 342.74º | 0.39% | 0.64% | - |
| HSV(B) | 342.74º | 0.37% | 0.78% | - |
| XYZ | 36.28 | 29.17 | 31.32 | - |
| YUV | 150.22 | 126.18 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 126 | 147 | 0 | 0.37 | 0.26 | 0.22 | 342.74 | 0.39 | 0.64 |
| Hex | C7 | 7E | 93 | 0 | 25 | 1A | 16 | 157 | 27 | 40 |
| Octal | 307 | 176 | 223 | 0 | 45 | 32 | 26 | 527 | 47 | 100 |
| Binary | 11000111 | 1111110 | 10010011 | 0 | 100101 | 11010 | 10110 | 101010111 | 100111 | 1000000 |
Color Harmonies of #C77E93
Complementary color
Monochromatic Colors of #C77E93
Black with #C77E93
Text Example
Text Example
White with #C77E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77E93; }
p { color: rgb(199,126,147); }
H1.HeaderClassName
{
color: #C77E93;
}
.AnyTagClassName
{
color: #C77E93;
}
</style>
background-color css
<style>
a { background-color: #C77E93; }
a { background-color: rgb(199,126,147); }
div.DivClassName
{
background-color: #C77E93;
}
.BgClassName
{
background-color: #C77E93;
}
</style>
border-color css
<style>
span { border-color: #C77E93; }
span { border-color: rgb(199,126,147); }
td.TdClassName
{
border-color: #C77E93;
}
.TagClassName
{
border-color: #C77E93;
}
</style>