Shades of Puce #C3809E
Tints of Puce #C3809E
RGB
CMYK
RGB Variations
Color information
#C3809E (or 0xC3809E) is known color: Puce. HEX triplet: C3, 80 and 9E. RGB value is (195,128,158). Sum of RGB (Red+Green+Blue) = 195+128+158=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 158 (62.11% from 255 or 32.85% from 481); Max value from RGB is 195 - color contains mainly: red. Hex color #C3809E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3809E is #3C7F61. Grayscale: #979797. Windows color (decimal): -3964770 or 10387651. OLE color: 10387651.
HSL color Cylindrical-coordinate representation of color #C3809E: hue angle of 333.13º degrees, saturation: 0.36, 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 #C3809E is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 128 | 158 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.24 |
| HSL | 333.13º | 0.36% | 0.63% | - |
| HSV(B) | 333.13º | 0.34% | 0.76% | - |
| XYZ | 36.4 | 29.51 | 36.13 | - |
| YUV | 151.45 | 131.7 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 128 | 158 | 0 | 0.34 | 0.19 | 0.24 | 333.13 | 0.36 | 0.63 |
| Hex | C3 | 80 | 9E | 0 | 22 | 13 | 18 | 14D | 24 | 3F |
| Octal | 303 | 200 | 236 | 0 | 42 | 23 | 30 | 515 | 44 | 77 |
| Binary | 11000011 | 10000000 | 10011110 | 0 | 100010 | 10011 | 11000 | 101001101 | 100100 | 111111 |
Color Harmonies of #C3809E
Complementary color
Monochromatic Colors of #C3809E
Black with #C3809E
Text Example
Text Example
White with #C3809E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3809E; }
p { color: rgb(195,128,158); }
H1.HeaderClassName
{
color: #C3809E;
}
.AnyTagClassName
{
color: #C3809E;
}
</style>
background-color css
<style>
a { background-color: #C3809E; }
a { background-color: rgb(195,128,158); }
div.DivClassName
{
background-color: #C3809E;
}
.BgClassName
{
background-color: #C3809E;
}
</style>
border-color css
<style>
span { border-color: #C3809E; }
span { border-color: rgb(195,128,158); }
td.TdClassName
{
border-color: #C3809E;
}
.TagClassName
{
border-color: #C3809E;
}
</style>