Shades of Puce #C77FA5
Tints of Puce #C77FA5
RGB
CMYK
RGB Variations
Color information
#C77FA5 (or 0xC77FA5) is known color: Puce. HEX triplet: C7, 7F and A5. RGB value is (199,127,165). Sum of RGB (Red+Green+Blue) = 199+127+165=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 165 (64.84% from 255 or 33.60% from 491); Max value from RGB is 199 - color contains mainly: red. Hex color #C77FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77FA5 is #38805A. Grayscale: #989898. Windows color (decimal): -3702875 or 10846151. OLE color: 10846151.
HSL color Cylindrical-coordinate representation of color #C77FA5: hue angle of 328.33º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C77FA5 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 127 | 165 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.22 |
| HSL | 328.33º | 0.39% | 0.64% | - |
| HSV(B) | 328.33º | 0.36% | 0.78% | - |
| XYZ | 37.93 | 30.04 | 39.4 | - |
| YUV | 152.86 | 134.85 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 127 | 165 | 0 | 0.36 | 0.17 | 0.22 | 328.33 | 0.39 | 0.64 |
| Hex | C7 | 7F | A5 | 0 | 24 | 11 | 16 | 148 | 27 | 40 |
| Octal | 307 | 177 | 245 | 0 | 44 | 21 | 26 | 510 | 47 | 100 |
| Binary | 11000111 | 1111111 | 10100101 | 0 | 100100 | 10001 | 10110 | 101001000 | 100111 | 1000000 |
Color Harmonies of #C77FA5
Complementary color
Monochromatic Colors of #C77FA5
Black with #C77FA5
Text Example
Text Example
White with #C77FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77FA5; }
p { color: rgb(199,127,165); }
H1.HeaderClassName
{
color: #C77FA5;
}
.AnyTagClassName
{
color: #C77FA5;
}
</style>
background-color css
<style>
a { background-color: #C77FA5; }
a { background-color: rgb(199,127,165); }
div.DivClassName
{
background-color: #C77FA5;
}
.BgClassName
{
background-color: #C77FA5;
}
</style>
border-color css
<style>
span { border-color: #C77FA5; }
span { border-color: rgb(199,127,165); }
td.TdClassName
{
border-color: #C77FA5;
}
.TagClassName
{
border-color: #C77FA5;
}
</style>