Shades of Puce #C2878E
Tints of Puce #C2878E
RGB
CMYK
RGB Variations
Color information
#C2878E (or 0xC2878E) is known color: Puce. HEX triplet: C2, 87 and 8E. RGB value is (194,135,142). Sum of RGB (Red+Green+Blue) = 194+135+142=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 135 (53.12% from 255 or 28.66% from 471); Blue value is 142 (55.86% from 255 or 30.15% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C2878E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2878E is #3D7871. Grayscale: #999999. Windows color (decimal): -4028530 or 9340866. OLE color: 9340866.
HSL color Cylindrical-coordinate representation of color #C2878E: hue angle of 352.88º 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 #C2878E is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 135 | 142 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.24 |
| HSL | 352.88º | 0.33% | 0.65% | - |
| HSV(B) | 352.88º | 0.3% | 0.76% | - |
| XYZ | 35.79 | 30.75 | 29.64 | - |
| YUV | 153.44 | 121.55 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 142 | 0 | 0.30 | 0.27 | 0.24 | 352.88 | 0.33 | 0.65 |
| Hex | C2 | 87 | 8E | 0 | 1E | 1B | 18 | 161 | 21 | 41 |
| Octal | 302 | 207 | 216 | 0 | 36 | 33 | 30 | 541 | 41 | 101 |
| Binary | 11000010 | 10000111 | 10001110 | 0 | 11110 | 11011 | 11000 | 101100001 | 100001 | 1000001 |
Color Harmonies of #C2878E
Complementary color
Monochromatic Colors of #C2878E
Black with #C2878E
Text Example
Text Example
White with #C2878E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2878E; }
p { color: rgb(194,135,142); }
H1.HeaderClassName
{
color: #C2878E;
}
.AnyTagClassName
{
color: #C2878E;
}
</style>
background-color css
<style>
a { background-color: #C2878E; }
a { background-color: rgb(194,135,142); }
div.DivClassName
{
background-color: #C2878E;
}
.BgClassName
{
background-color: #C2878E;
}
</style>
border-color css
<style>
span { border-color: #C2878E; }
span { border-color: rgb(194,135,142); }
td.TdClassName
{
border-color: #C2878E;
}
.TagClassName
{
border-color: #C2878E;
}
</style>