Shades of Puce #C3849B
Tints of Puce #C3849B
RGB
CMYK
RGB Variations
Color information
#C3849B (or 0xC3849B) is known color: Puce. HEX triplet: C3, 84 and 9B. RGB value is (195,132,155). Sum of RGB (Red+Green+Blue) = 195+132+155=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 195 - color contains mainly: red. Hex color #C3849B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3849B is #3C7B64. Grayscale: #999999. Windows color (decimal): -3963749 or 10192067. OLE color: 10192067.
HSL color Cylindrical-coordinate representation of color #C3849B: hue angle of 338.1º 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 #C3849B is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 132 | 155 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.24 |
| HSL | 338.1º | 0.34% | 0.64% | - |
| HSV(B) | 338.1º | 0.32% | 0.76% | - |
| XYZ | 36.67 | 30.47 | 34.96 | - |
| YUV | 153.46 | 128.87 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 132 | 155 | 0 | 0.32 | 0.21 | 0.24 | 338.1 | 0.34 | 0.64 |
| Hex | C3 | 84 | 9B | 0 | 20 | 15 | 18 | 152 | 22 | 40 |
| Octal | 303 | 204 | 233 | 0 | 40 | 25 | 30 | 522 | 42 | 100 |
| Binary | 11000011 | 10000100 | 10011011 | 0 | 100000 | 10101 | 11000 | 101010010 | 100010 | 1000000 |
Color Harmonies of #C3849B
Complementary color
Monochromatic Colors of #C3849B
Black with #C3849B
Text Example
Text Example
White with #C3849B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3849B; }
p { color: rgb(195,132,155); }
H1.HeaderClassName
{
color: #C3849B;
}
.AnyTagClassName
{
color: #C3849B;
}
</style>
background-color css
<style>
a { background-color: #C3849B; }
a { background-color: rgb(195,132,155); }
div.DivClassName
{
background-color: #C3849B;
}
.BgClassName
{
background-color: #C3849B;
}
</style>
border-color css
<style>
span { border-color: #C3849B; }
span { border-color: rgb(195,132,155); }
td.TdClassName
{
border-color: #C3849B;
}
.TagClassName
{
border-color: #C3849B;
}
</style>