Shades of Puce #C3848B
Tints of Puce #C3848B
RGB
CMYK
RGB Variations
Color information
#C3848B (or 0xC3848B) is known color: Puce. HEX triplet: C3, 84 and 8B. RGB value is (195,132,139). Sum of RGB (Red+Green+Blue) = 195+132+139=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 139 (54.69% from 255 or 29.83% from 466); Max value from RGB is 195 - color contains mainly: red. Hex color #C3848B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3848B is #3C7B74. Grayscale: #979797. Windows color (decimal): -3963765 or 9143491. OLE color: 9143491.
HSL color Cylindrical-coordinate representation of color #C3848B: hue angle of 353.33º 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 #C3848B is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 132 | 139 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.24 |
| HSL | 353.33º | 0.34% | 0.64% | - |
| HSV(B) | 353.33º | 0.32% | 0.76% | - |
| XYZ | 35.42 | 29.97 | 28.34 | - |
| YUV | 151.64 | 120.87 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 132 | 139 | 0 | 0.32 | 0.29 | 0.24 | 353.33 | 0.34 | 0.64 |
| Hex | C3 | 84 | 8B | 0 | 20 | 1D | 18 | 161 | 22 | 40 |
| Octal | 303 | 204 | 213 | 0 | 40 | 35 | 30 | 541 | 42 | 100 |
| Binary | 11000011 | 10000100 | 10001011 | 0 | 100000 | 11101 | 11000 | 101100001 | 100010 | 1000000 |
Color Harmonies of #C3848B
Complementary color
Monochromatic Colors of #C3848B
Black with #C3848B
Text Example
Text Example
White with #C3848B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3848B; }
p { color: rgb(195,132,139); }
H1.HeaderClassName
{
color: #C3848B;
}
.AnyTagClassName
{
color: #C3848B;
}
</style>
background-color css
<style>
a { background-color: #C3848B; }
a { background-color: rgb(195,132,139); }
div.DivClassName
{
background-color: #C3848B;
}
.BgClassName
{
background-color: #C3848B;
}
</style>
border-color css
<style>
span { border-color: #C3848B; }
span { border-color: rgb(195,132,139); }
td.TdClassName
{
border-color: #C3848B;
}
.TagClassName
{
border-color: #C3848B;
}
</style>