Shades of Puce #C782A1
Tints of Puce #C782A1
RGB
CMYK
RGB Variations
Color information
#C782A1 (or 0xC782A1) is known color: Puce. HEX triplet: C7, 82 and A1. RGB value is (199,130,161). Sum of RGB (Red+Green+Blue) = 199+130+161=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 161 (63.28% from 255 or 32.86% from 490); Max value from RGB is 199 - color contains mainly: red. Hex color #C782A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C782A1 is #387D5E. Grayscale: #9A9A9A. Windows color (decimal): -3702111 or 10584775. OLE color: 10584775.
HSL color Cylindrical-coordinate representation of color #C782A1: hue angle of 333.04º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C782A1 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 130 | 161 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.22 |
| HSL | 333.04º | 0.38% | 0.65% | - |
| HSV(B) | 333.04º | 0.35% | 0.78% | - |
| XYZ | 37.97 | 30.68 | 37.64 | - |
| YUV | 154.17 | 131.86 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 130 | 161 | 0 | 0.35 | 0.19 | 0.22 | 333.04 | 0.38 | 0.65 |
| Hex | C7 | 82 | A1 | 0 | 23 | 13 | 16 | 14D | 26 | 41 |
| Octal | 307 | 202 | 241 | 0 | 43 | 23 | 26 | 515 | 46 | 101 |
| Binary | 11000111 | 10000010 | 10100001 | 0 | 100011 | 10011 | 10110 | 101001101 | 100110 | 1000001 |
Color Harmonies of #C782A1
Complementary color
Monochromatic Colors of #C782A1
Black with #C782A1
Text Example
Text Example
White with #C782A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C782A1; }
p { color: rgb(199,130,161); }
H1.HeaderClassName
{
color: #C782A1;
}
.AnyTagClassName
{
color: #C782A1;
}
</style>
background-color css
<style>
a { background-color: #C782A1; }
a { background-color: rgb(199,130,161); }
div.DivClassName
{
background-color: #C782A1;
}
.BgClassName
{
background-color: #C782A1;
}
</style>
border-color css
<style>
span { border-color: #C782A1; }
span { border-color: rgb(199,130,161); }
td.TdClassName
{
border-color: #C782A1;
}
.TagClassName
{
border-color: #C782A1;
}
</style>