Shades of Puce #C3878D
Tints of Puce #C3878D
RGB
CMYK
RGB Variations
Color information
#C3878D (or 0xC3878D) is known color: Puce. HEX triplet: C3, 87 and 8D. RGB value is (195,135,141). Sum of RGB (Red+Green+Blue) = 195+135+141=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 135 (53.12% from 255 or 28.66% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 195 - color contains mainly: red. Hex color #C3878D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3878D is #3C7872. Grayscale: #999999. Windows color (decimal): -3962995 or 9275331. OLE color: 9275331.
HSL color Cylindrical-coordinate representation of color #C3878D: hue angle of 354º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C3878D is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 135 | 141 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.24 |
| HSL | 354º | 0.33% | 0.65% | - |
| HSV(B) | 354º | 0.31% | 0.76% | - |
| XYZ | 35.98 | 30.85 | 29.26 | - |
| YUV | 153.62 | 120.88 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 135 | 141 | 0 | 0.31 | 0.28 | 0.24 | 354 | 0.33 | 0.65 |
| Hex | C3 | 87 | 8D | 0 | 1F | 1C | 18 | 162 | 21 | 41 |
| Octal | 303 | 207 | 215 | 0 | 37 | 34 | 30 | 542 | 41 | 101 |
| Binary | 11000011 | 10000111 | 10001101 | 0 | 11111 | 11100 | 11000 | 101100010 | 100001 | 1000001 |
Color Harmonies of #C3878D
Complementary color
Monochromatic Colors of #C3878D
Black with #C3878D
Text Example
Text Example
White with #C3878D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3878D; }
p { color: rgb(195,135,141); }
H1.HeaderClassName
{
color: #C3878D;
}
.AnyTagClassName
{
color: #C3878D;
}
</style>
background-color css
<style>
a { background-color: #C3878D; }
a { background-color: rgb(195,135,141); }
div.DivClassName
{
background-color: #C3878D;
}
.BgClassName
{
background-color: #C3878D;
}
</style>
border-color css
<style>
span { border-color: #C3878D; }
span { border-color: rgb(195,135,141); }
td.TdClassName
{
border-color: #C3878D;
}
.TagClassName
{
border-color: #C3878D;
}
</style>