Shades of Puce #C3848A
Tints of Puce #C3848A
RGB
CMYK
RGB Variations
Color information
#C3848A (or 0xC3848A) is known color: Puce. HEX triplet: C3, 84 and 8A. RGB value is (195,132,138). Sum of RGB (Red+Green+Blue) = 195+132+138=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 195 - color contains mainly: red. Hex color #C3848A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3848A is #3C7B75. Grayscale: #979797. Windows color (decimal): -3963766 or 9077955. OLE color: 9077955.
HSL color Cylindrical-coordinate representation of color #C3848A: hue angle of 354.29º 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 #C3848A is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 132 | 138 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.24 |
| HSL | 354.29º | 0.34% | 0.64% | - |
| HSV(B) | 354.29º | 0.32% | 0.76% | - |
| XYZ | 35.34 | 29.94 | 27.96 | - |
| YUV | 151.52 | 120.37 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 132 | 138 | 0 | 0.32 | 0.29 | 0.24 | 354.29 | 0.34 | 0.64 |
| Hex | C3 | 84 | 8A | 0 | 20 | 1D | 18 | 162 | 22 | 40 |
| Octal | 303 | 204 | 212 | 0 | 40 | 35 | 30 | 542 | 42 | 100 |
| Binary | 11000011 | 10000100 | 10001010 | 0 | 100000 | 11101 | 11000 | 101100010 | 100010 | 1000000 |
Color Harmonies of #C3848A
Complementary color
Monochromatic Colors of #C3848A
Black with #C3848A
Text Example
Text Example
White with #C3848A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3848A; }
p { color: rgb(195,132,138); }
H1.HeaderClassName
{
color: #C3848A;
}
.AnyTagClassName
{
color: #C3848A;
}
</style>
background-color css
<style>
a { background-color: #C3848A; }
a { background-color: rgb(195,132,138); }
div.DivClassName
{
background-color: #C3848A;
}
.BgClassName
{
background-color: #C3848A;
}
</style>
border-color css
<style>
span { border-color: #C3848A; }
span { border-color: rgb(195,132,138); }
td.TdClassName
{
border-color: #C3848A;
}
.TagClassName
{
border-color: #C3848A;
}
</style>