Shades of Puce #C2888F
Tints of Puce #C2888F
RGB
CMYK
RGB Variations
Color information
#C2888F (or 0xC2888F) is known color: Puce. HEX triplet: C2, 88 and 8F. RGB value is (194,136,143). Sum of RGB (Red+Green+Blue) = 194+136+143=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 136 (53.52% from 255 or 28.75% from 473); Blue value is 143 (56.25% from 255 or 30.23% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C2888F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2888F is #3D7770. Grayscale: #9A9A9A. Windows color (decimal): -4028273 or 9406658. OLE color: 9406658.
HSL color Cylindrical-coordinate representation of color #C2888F: hue angle of 352.76º degrees, saturation: 0.32, 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 #C2888F is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 136 | 143 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.24 |
| HSL | 352.76º | 0.32% | 0.65% | - |
| HSV(B) | 352.76º | 0.3% | 0.76% | - |
| XYZ | 36.01 | 31.06 | 30.08 | - |
| YUV | 154.14 | 121.72 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 136 | 143 | 0 | 0.30 | 0.26 | 0.24 | 352.76 | 0.32 | 0.65 |
| Hex | C2 | 88 | 8F | 0 | 1E | 1A | 18 | 161 | 20 | 41 |
| Octal | 302 | 210 | 217 | 0 | 36 | 32 | 30 | 541 | 40 | 101 |
| Binary | 11000010 | 10001000 | 10001111 | 0 | 11110 | 11010 | 11000 | 101100001 | 100000 | 1000001 |
Color Harmonies of #C2888F
Complementary color
Monochromatic Colors of #C2888F
Black with #C2888F
Text Example
Text Example
White with #C2888F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2888F; }
p { color: rgb(194,136,143); }
H1.HeaderClassName
{
color: #C2888F;
}
.AnyTagClassName
{
color: #C2888F;
}
</style>
background-color css
<style>
a { background-color: #C2888F; }
a { background-color: rgb(194,136,143); }
div.DivClassName
{
background-color: #C2888F;
}
.BgClassName
{
background-color: #C2888F;
}
</style>
border-color css
<style>
span { border-color: #C2888F; }
span { border-color: rgb(194,136,143); }
td.TdClassName
{
border-color: #C2888F;
}
.TagClassName
{
border-color: #C2888F;
}
</style>