Shades of Puce #C2819E
Tints of Puce #C2819E
RGB
CMYK
RGB Variations
Color information
#C2819E (or 0xC2819E) is known color: Puce. HEX triplet: C2, 81 and 9E. RGB value is (194,129,158). Sum of RGB (Red+Green+Blue) = 194+129+158=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 158 (62.11% from 255 or 32.85% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C2819E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2819E is #3D7E61. Grayscale: #979797. Windows color (decimal): -4030050 or 10387906. OLE color: 10387906.
HSL color Cylindrical-coordinate representation of color #C2819E: hue angle of 333.23º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C2819E is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 129 | 158 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.24 |
| HSL | 333.23º | 0.35% | 0.63% | - |
| HSV(B) | 333.23º | 0.34% | 0.76% | - |
| XYZ | 36.27 | 29.64 | 36.16 | - |
| YUV | 151.74 | 131.53 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 129 | 158 | 0 | 0.34 | 0.19 | 0.24 | 333.23 | 0.35 | 0.63 |
| Hex | C2 | 81 | 9E | 0 | 22 | 13 | 18 | 14D | 23 | 3F |
| Octal | 302 | 201 | 236 | 0 | 42 | 23 | 30 | 515 | 43 | 77 |
| Binary | 11000010 | 10000001 | 10011110 | 0 | 100010 | 10011 | 11000 | 101001101 | 100011 | 111111 |
Color Harmonies of #C2819E
Complementary color
Monochromatic Colors of #C2819E
Black with #C2819E
Text Example
Text Example
White with #C2819E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2819E; }
p { color: rgb(194,129,158); }
H1.HeaderClassName
{
color: #C2819E;
}
.AnyTagClassName
{
color: #C2819E;
}
</style>
background-color css
<style>
a { background-color: #C2819E; }
a { background-color: rgb(194,129,158); }
div.DivClassName
{
background-color: #C2819E;
}
.BgClassName
{
background-color: #C2819E;
}
</style>
border-color css
<style>
span { border-color: #C2819E; }
span { border-color: rgb(194,129,158); }
td.TdClassName
{
border-color: #C2819E;
}
.TagClassName
{
border-color: #C2819E;
}
</style>