Shades of Puce #C781A3
Tints of Puce #C781A3
RGB
CMYK
RGB Variations
Color information
#C781A3 (or 0xC781A3) is known color: Puce. HEX triplet: C7, 81 and A3. RGB value is (199,129,163). Sum of RGB (Red+Green+Blue) = 199+129+163=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 129 (50.78% from 255 or 26.27% from 491); Blue value is 163 (64.06% from 255 or 33.20% from 491); Max value from RGB is 199 - color contains mainly: red. Hex color #C781A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C781A3 is #387E5C. Grayscale: #999999. Windows color (decimal): -3702365 or 10715591. OLE color: 10715591.
HSL color Cylindrical-coordinate representation of color #C781A3: hue angle of 330.86º 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 #C781A3 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 129 | 163 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.22 |
| HSL | 330.86º | 0.38% | 0.64% | - |
| HSV(B) | 330.86º | 0.35% | 0.78% | - |
| XYZ | 38.01 | 30.49 | 38.53 | - |
| YUV | 153.81 | 133.19 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 129 | 163 | 0 | 0.35 | 0.18 | 0.22 | 330.86 | 0.38 | 0.64 |
| Hex | C7 | 81 | A3 | 0 | 23 | 12 | 16 | 14B | 26 | 40 |
| Octal | 307 | 201 | 243 | 0 | 43 | 22 | 26 | 513 | 46 | 100 |
| Binary | 11000111 | 10000001 | 10100011 | 0 | 100011 | 10010 | 10110 | 101001011 | 100110 | 1000000 |
Color Harmonies of #C781A3
Complementary color
Monochromatic Colors of #C781A3
Black with #C781A3
Text Example
Text Example
White with #C781A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C781A3; }
p { color: rgb(199,129,163); }
H1.HeaderClassName
{
color: #C781A3;
}
.AnyTagClassName
{
color: #C781A3;
}
</style>
background-color css
<style>
a { background-color: #C781A3; }
a { background-color: rgb(199,129,163); }
div.DivClassName
{
background-color: #C781A3;
}
.BgClassName
{
background-color: #C781A3;
}
</style>
border-color css
<style>
span { border-color: #C781A3; }
span { border-color: rgb(199,129,163); }
td.TdClassName
{
border-color: #C781A3;
}
.TagClassName
{
border-color: #C781A3;
}
</style>