Shades of Puce #C3819E
Tints of Puce #C3819E
RGB
CMYK
RGB Variations
Color information
#C3819E (or 0xC3819E) is known color: Puce. HEX triplet: C3, 81 and 9E. RGB value is (195,129,158). Sum of RGB (Red+Green+Blue) = 195+129+158=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 158 (62.11% from 255 or 32.78% from 482); Max value from RGB is 195 - color contains mainly: red. Hex color #C3819E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3819E is #3C7E61. Grayscale: #979797. Windows color (decimal): -3964514 or 10387907. OLE color: 10387907.
HSL color Cylindrical-coordinate representation of color #C3819E: hue angle of 333.64º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C3819E is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 129 | 158 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.24 |
| HSL | 333.64º | 0.35% | 0.64% | - |
| HSV(B) | 333.64º | 0.34% | 0.76% | - |
| XYZ | 36.53 | 29.77 | 36.17 | - |
| YUV | 152.04 | 131.37 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 129 | 158 | 0 | 0.34 | 0.19 | 0.24 | 333.64 | 0.35 | 0.64 |
| Hex | C3 | 81 | 9E | 0 | 22 | 13 | 18 | 14E | 23 | 40 |
| Octal | 303 | 201 | 236 | 0 | 42 | 23 | 30 | 516 | 43 | 100 |
| Binary | 11000011 | 10000001 | 10011110 | 0 | 100010 | 10011 | 11000 | 101001110 | 100011 | 1000000 |
Color Harmonies of #C3819E
Complementary color
Monochromatic Colors of #C3819E
Black with #C3819E
Text Example
Text Example
White with #C3819E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3819E; }
p { color: rgb(195,129,158); }
H1.HeaderClassName
{
color: #C3819E;
}
.AnyTagClassName
{
color: #C3819E;
}
</style>
background-color css
<style>
a { background-color: #C3819E; }
a { background-color: rgb(195,129,158); }
div.DivClassName
{
background-color: #C3819E;
}
.BgClassName
{
background-color: #C3819E;
}
</style>
border-color css
<style>
span { border-color: #C3819E; }
span { border-color: rgb(195,129,158); }
td.TdClassName
{
border-color: #C3819E;
}
.TagClassName
{
border-color: #C3819E;
}
</style>