Shades of Puce #C780A4
Tints of Puce #C780A4
RGB
CMYK
RGB Variations
Color information
#C780A4 (or 0xC780A4) is known color: Puce. HEX triplet: C7, 80 and A4. RGB value is (199,128,164). Sum of RGB (Red+Green+Blue) = 199+128+164=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 164 (64.45% from 255 or 33.40% from 491); Max value from RGB is 199 - color contains mainly: red. Hex color #C780A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C780A4 is #387F5B. Grayscale: #999999. Windows color (decimal): -3702620 or 10780871. OLE color: 10780871.
HSL color Cylindrical-coordinate representation of color #C780A4: hue angle of 329.58º 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 #C780A4 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 128 | 164 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.22 |
| HSL | 329.58º | 0.39% | 0.64% | - |
| HSV(B) | 329.58º | 0.36% | 0.78% | - |
| XYZ | 37.97 | 30.26 | 38.96 | - |
| YUV | 153.33 | 134.02 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 128 | 164 | 0 | 0.36 | 0.18 | 0.22 | 329.58 | 0.39 | 0.64 |
| Hex | C7 | 80 | A4 | 0 | 24 | 12 | 16 | 14A | 27 | 40 |
| Octal | 307 | 200 | 244 | 0 | 44 | 22 | 26 | 512 | 47 | 100 |
| Binary | 11000111 | 10000000 | 10100100 | 0 | 100100 | 10010 | 10110 | 101001010 | 100111 | 1000000 |
Color Harmonies of #C780A4
Complementary color
Monochromatic Colors of #C780A4
Black with #C780A4
Text Example
Text Example
White with #C780A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C780A4; }
p { color: rgb(199,128,164); }
H1.HeaderClassName
{
color: #C780A4;
}
.AnyTagClassName
{
color: #C780A4;
}
</style>
background-color css
<style>
a { background-color: #C780A4; }
a { background-color: rgb(199,128,164); }
div.DivClassName
{
background-color: #C780A4;
}
.BgClassName
{
background-color: #C780A4;
}
</style>
border-color css
<style>
span { border-color: #C780A4; }
span { border-color: rgb(199,128,164); }
td.TdClassName
{
border-color: #C780A4;
}
.TagClassName
{
border-color: #C780A4;
}
</style>