Shades of Puce #C3878E
Tints of Puce #C3878E
RGB
CMYK
RGB Variations
Color information
#C3878E (or 0xC3878E) is known color: Puce. HEX triplet: C3, 87 and 8E. RGB value is (195,135,142). Sum of RGB (Red+Green+Blue) = 195+135+142=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 135 (53.12% from 255 or 28.60% from 472); Blue value is 142 (55.86% from 255 or 30.08% from 472); Max value from RGB is 195 - color contains mainly: red. Hex color #C3878E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3878E is #3C7871. Grayscale: #999999. Windows color (decimal): -3962994 or 9340867. OLE color: 9340867.
HSL color Cylindrical-coordinate representation of color #C3878E: hue angle of 353º 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 #C3878E is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 135 | 142 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.24 |
| HSL | 353º | 0.33% | 0.65% | - |
| HSV(B) | 353º | 0.31% | 0.76% | - |
| XYZ | 36.05 | 30.88 | 29.65 | - |
| YUV | 153.74 | 121.38 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 135 | 142 | 0 | 0.31 | 0.27 | 0.24 | 353 | 0.33 | 0.65 |
| Hex | C3 | 87 | 8E | 0 | 1F | 1B | 18 | 161 | 21 | 41 |
| Octal | 303 | 207 | 216 | 0 | 37 | 33 | 30 | 541 | 41 | 101 |
| Binary | 11000011 | 10000111 | 10001110 | 0 | 11111 | 11011 | 11000 | 101100001 | 100001 | 1000001 |
Color Harmonies of #C3878E
Complementary color
Monochromatic Colors of #C3878E
Black with #C3878E
Text Example
Text Example
White with #C3878E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3878E; }
p { color: rgb(195,135,142); }
H1.HeaderClassName
{
color: #C3878E;
}
.AnyTagClassName
{
color: #C3878E;
}
</style>
background-color css
<style>
a { background-color: #C3878E; }
a { background-color: rgb(195,135,142); }
div.DivClassName
{
background-color: #C3878E;
}
.BgClassName
{
background-color: #C3878E;
}
</style>
border-color css
<style>
span { border-color: #C3878E; }
span { border-color: rgb(195,135,142); }
td.TdClassName
{
border-color: #C3878E;
}
.TagClassName
{
border-color: #C3878E;
}
</style>