Shades of Puce #C3819B
Tints of Puce #C3819B
RGB
CMYK
RGB Variations
Color information
#C3819B (or 0xC3819B) is known color: Puce. HEX triplet: C3, 81 and 9B. RGB value is (195,129,155). Sum of RGB (Red+Green+Blue) = 195+129+155=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 129 (50.78% from 255 or 26.93% from 479); Blue value is 155 (60.94% from 255 or 32.36% from 479); Max value from RGB is 195 - color contains mainly: red. Hex color #C3819B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3819B is #3C7E64. Grayscale: #979797. Windows color (decimal): -3964517 or 10191299. OLE color: 10191299.
HSL color Cylindrical-coordinate representation of color #C3819B: hue angle of 336.36º 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 #C3819B is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 129 | 155 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.24 |
| HSL | 336.36º | 0.35% | 0.64% | - |
| HSV(B) | 336.36º | 0.34% | 0.76% | - |
| XYZ | 36.27 | 29.67 | 34.83 | - |
| YUV | 151.7 | 129.87 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 129 | 155 | 0 | 0.34 | 0.21 | 0.24 | 336.36 | 0.35 | 0.64 |
| Hex | C3 | 81 | 9B | 0 | 22 | 15 | 18 | 150 | 23 | 40 |
| Octal | 303 | 201 | 233 | 0 | 42 | 25 | 30 | 520 | 43 | 100 |
| Binary | 11000011 | 10000001 | 10011011 | 0 | 100010 | 10101 | 11000 | 101010000 | 100011 | 1000000 |
Color Harmonies of #C3819B
Complementary color
Monochromatic Colors of #C3819B
Black with #C3819B
Text Example
Text Example
White with #C3819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3819B; }
p { color: rgb(195,129,155); }
H1.HeaderClassName
{
color: #C3819B;
}
.AnyTagClassName
{
color: #C3819B;
}
</style>
background-color css
<style>
a { background-color: #C3819B; }
a { background-color: rgb(195,129,155); }
div.DivClassName
{
background-color: #C3819B;
}
.BgClassName
{
background-color: #C3819B;
}
</style>
border-color css
<style>
span { border-color: #C3819B; }
span { border-color: rgb(195,129,155); }
td.TdClassName
{
border-color: #C3819B;
}
.TagClassName
{
border-color: #C3819B;
}
</style>