Shades of Puce #C2878D
Tints of Puce #C2878D
RGB
CMYK
RGB Variations
Color information
#C2878D (or 0xC2878D) is known color: Puce. HEX triplet: C2, 87 and 8D. RGB value is (194,135,141). Sum of RGB (Red+Green+Blue) = 194+135+141=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 135 (53.12% from 255 or 28.72% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C2878D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2878D is #3D7872. Grayscale: #999999. Windows color (decimal): -4028531 or 9275330. OLE color: 9275330.
HSL color Cylindrical-coordinate representation of color #C2878D: hue angle of 353.9º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2878D is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 135 | 141 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.24 |
| HSL | 353.9º | 0.33% | 0.65% | - |
| HSV(B) | 353.9º | 0.3% | 0.76% | - |
| XYZ | 35.72 | 30.72 | 29.25 | - |
| YUV | 153.33 | 121.05 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 141 | 0 | 0.30 | 0.27 | 0.24 | 353.9 | 0.33 | 0.65 |
| Hex | C2 | 87 | 8D | 0 | 1E | 1B | 18 | 162 | 21 | 41 |
| Octal | 302 | 207 | 215 | 0 | 36 | 33 | 30 | 542 | 41 | 101 |
| Binary | 11000010 | 10000111 | 10001101 | 0 | 11110 | 11011 | 11000 | 101100010 | 100001 | 1000001 |
Color Harmonies of #C2878D
Complementary color
Monochromatic Colors of #C2878D
Black with #C2878D
Text Example
Text Example
White with #C2878D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2878D; }
p { color: rgb(194,135,141); }
H1.HeaderClassName
{
color: #C2878D;
}
.AnyTagClassName
{
color: #C2878D;
}
</style>
background-color css
<style>
a { background-color: #C2878D; }
a { background-color: rgb(194,135,141); }
div.DivClassName
{
background-color: #C2878D;
}
.BgClassName
{
background-color: #C2878D;
}
</style>
border-color css
<style>
span { border-color: #C2878D; }
span { border-color: rgb(194,135,141); }
td.TdClassName
{
border-color: #C2878D;
}
.TagClassName
{
border-color: #C2878D;
}
</style>