Shades of Puce #C781A5
Tints of Puce #C781A5
RGB
CMYK
RGB Variations
Color information
#C781A5 (or 0xC781A5) is known color: Puce. HEX triplet: C7, 81 and A5. RGB value is (199,129,165). Sum of RGB (Red+Green+Blue) = 199+129+165=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 129 (50.78% from 255 or 26.17% from 493); Blue value is 165 (64.84% from 255 or 33.47% from 493); Max value from RGB is 199 - color contains mainly: red. Hex color #C781A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C781A5 is #387E5A. Grayscale: #999999. Windows color (decimal): -3702363 or 10846663. OLE color: 10846663.
HSL color Cylindrical-coordinate representation of color #C781A5: hue angle of 329.14º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C781A5 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 129 | 165 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.22 |
| HSL | 329.14º | 0.38% | 0.64% | - |
| HSV(B) | 329.14º | 0.35% | 0.78% | - |
| XYZ | 38.19 | 30.56 | 39.48 | - |
| YUV | 154.03 | 134.19 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 129 | 165 | 0 | 0.35 | 0.17 | 0.22 | 329.14 | 0.38 | 0.64 |
| Hex | C7 | 81 | A5 | 0 | 23 | 11 | 16 | 149 | 26 | 40 |
| Octal | 307 | 201 | 245 | 0 | 43 | 21 | 26 | 511 | 46 | 100 |
| Binary | 11000111 | 10000001 | 10100101 | 0 | 100011 | 10001 | 10110 | 101001001 | 100110 | 1000000 |
Color Harmonies of #C781A5
Complementary color
Monochromatic Colors of #C781A5
Black with #C781A5
Text Example
Text Example
White with #C781A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C781A5; }
p { color: rgb(199,129,165); }
H1.HeaderClassName
{
color: #C781A5;
}
.AnyTagClassName
{
color: #C781A5;
}
</style>
background-color css
<style>
a { background-color: #C781A5; }
a { background-color: rgb(199,129,165); }
div.DivClassName
{
background-color: #C781A5;
}
.BgClassName
{
background-color: #C781A5;
}
</style>
border-color css
<style>
span { border-color: #C781A5; }
span { border-color: rgb(199,129,165); }
td.TdClassName
{
border-color: #C781A5;
}
.TagClassName
{
border-color: #C781A5;
}
</style>