Shades of Puce #C3849C
Tints of Puce #C3849C
RGB
CMYK
RGB Variations
Color information
#C3849C (or 0xC3849C) is known color: Puce. HEX triplet: C3, 84 and 9C. RGB value is (195,132,156). Sum of RGB (Red+Green+Blue) = 195+132+156=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 156 (61.33% from 255 or 32.30% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C3849C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3849C is #3C7B63. Grayscale: #999999. Windows color (decimal): -3963748 or 10257603. OLE color: 10257603.
HSL color Cylindrical-coordinate representation of color #C3849C: hue angle of 337.14º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C3849C is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 132 | 156 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.24 |
| HSL | 337.14º | 0.34% | 0.64% | - |
| HSV(B) | 337.14º | 0.32% | 0.76% | - |
| XYZ | 36.76 | 30.5 | 35.4 | - |
| YUV | 153.57 | 129.37 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 132 | 156 | 0 | 0.32 | 0.20 | 0.24 | 337.14 | 0.34 | 0.64 |
| Hex | C3 | 84 | 9C | 0 | 20 | 14 | 18 | 151 | 22 | 40 |
| Octal | 303 | 204 | 234 | 0 | 40 | 24 | 30 | 521 | 42 | 100 |
| Binary | 11000011 | 10000100 | 10011100 | 0 | 100000 | 10100 | 11000 | 101010001 | 100010 | 1000000 |
Color Harmonies of #C3849C
Complementary color
Monochromatic Colors of #C3849C
Black with #C3849C
Text Example
Text Example
White with #C3849C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3849C; }
p { color: rgb(195,132,156); }
H1.HeaderClassName
{
color: #C3849C;
}
.AnyTagClassName
{
color: #C3849C;
}
</style>
background-color css
<style>
a { background-color: #C3849C; }
a { background-color: rgb(195,132,156); }
div.DivClassName
{
background-color: #C3849C;
}
.BgClassName
{
background-color: #C3849C;
}
</style>
border-color css
<style>
span { border-color: #C3849C; }
span { border-color: rgb(195,132,156); }
td.TdClassName
{
border-color: #C3849C;
}
.TagClassName
{
border-color: #C3849C;
}
</style>