Shades of Puce #C3878F
Tints of Puce #C3878F
RGB
CMYK
RGB Variations
Color information
#C3878F (or 0xC3878F) is known color: Puce. HEX triplet: C3, 87 and 8F. RGB value is (195,135,143). Sum of RGB (Red+Green+Blue) = 195+135+143=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 135 (53.12% from 255 or 28.54% from 473); Blue value is 143 (56.25% from 255 or 30.23% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C3878F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3878F is #3C7870. Grayscale: #999999. Windows color (decimal): -3962993 or 9406403. OLE color: 9406403.
HSL color Cylindrical-coordinate representation of color #C3878F: hue angle of 352º 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 #C3878F is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 135 | 143 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.24 |
| HSL | 352º | 0.33% | 0.65% | - |
| HSV(B) | 352º | 0.31% | 0.76% | - |
| XYZ | 36.13 | 30.91 | 30.05 | - |
| YUV | 153.85 | 121.88 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 135 | 143 | 0 | 0.31 | 0.27 | 0.24 | 352 | 0.33 | 0.65 |
| Hex | C3 | 87 | 8F | 0 | 1F | 1B | 18 | 160 | 21 | 41 |
| Octal | 303 | 207 | 217 | 0 | 37 | 33 | 30 | 540 | 41 | 101 |
| Binary | 11000011 | 10000111 | 10001111 | 0 | 11111 | 11011 | 11000 | 101100000 | 100001 | 1000001 |
Color Harmonies of #C3878F
Complementary color
Monochromatic Colors of #C3878F
Black with #C3878F
Text Example
Text Example
White with #C3878F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3878F; }
p { color: rgb(195,135,143); }
H1.HeaderClassName
{
color: #C3878F;
}
.AnyTagClassName
{
color: #C3878F;
}
</style>
background-color css
<style>
a { background-color: #C3878F; }
a { background-color: rgb(195,135,143); }
div.DivClassName
{
background-color: #C3878F;
}
.BgClassName
{
background-color: #C3878F;
}
</style>
border-color css
<style>
span { border-color: #C3878F; }
span { border-color: rgb(195,135,143); }
td.TdClassName
{
border-color: #C3878F;
}
.TagClassName
{
border-color: #C3878F;
}
</style>