Shades of Puce #C2888C
Tints of Puce #C2888C
RGB
CMYK
RGB Variations
Color information
#C2888C (or 0xC2888C) is known color: Puce. HEX triplet: C2, 88 and 8C. RGB value is (194,136,140). Sum of RGB (Red+Green+Blue) = 194+136+140=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 136 (53.52% from 255 or 28.94% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C2888C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2888C is #3D7773. Grayscale: #999999. Windows color (decimal): -4028276 or 9210050. OLE color: 9210050.
HSL color Cylindrical-coordinate representation of color #C2888C: hue angle of 355.86º 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 #C2888C is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 136 | 140 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.24 |
| HSL | 355.86º | 0.32% | 0.65% | - |
| HSV(B) | 355.86º | 0.3% | 0.76% | - |
| XYZ | 35.79 | 30.97 | 28.9 | - |
| YUV | 153.8 | 120.22 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 136 | 140 | 0 | 0.30 | 0.28 | 0.24 | 355.86 | 0.32 | 0.65 |
| Hex | C2 | 88 | 8C | 0 | 1E | 1C | 18 | 164 | 20 | 41 |
| Octal | 302 | 210 | 214 | 0 | 36 | 34 | 30 | 544 | 40 | 101 |
| Binary | 11000010 | 10001000 | 10001100 | 0 | 11110 | 11100 | 11000 | 101100100 | 100000 | 1000001 |
Color Harmonies of #C2888C
Complementary color
Monochromatic Colors of #C2888C
Black with #C2888C
Text Example
Text Example
White with #C2888C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2888C; }
p { color: rgb(194,136,140); }
H1.HeaderClassName
{
color: #C2888C;
}
.AnyTagClassName
{
color: #C2888C;
}
</style>
background-color css
<style>
a { background-color: #C2888C; }
a { background-color: rgb(194,136,140); }
div.DivClassName
{
background-color: #C2888C;
}
.BgClassName
{
background-color: #C2888C;
}
</style>
border-color css
<style>
span { border-color: #C2888C; }
span { border-color: rgb(194,136,140); }
td.TdClassName
{
border-color: #C2888C;
}
.TagClassName
{
border-color: #C2888C;
}
</style>