Shades of Puce #C2888B
Tints of Puce #C2888B
RGB
CMYK
RGB Variations
Color information
#C2888B (or 0xC2888B) is known color: Puce. HEX triplet: C2, 88 and 8B. RGB value is (194,136,139). Sum of RGB (Red+Green+Blue) = 194+136+139=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C2888B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2888B is #3D7774. Grayscale: #999999. Windows color (decimal): -4028277 or 9144514. OLE color: 9144514.
HSL color Cylindrical-coordinate representation of color #C2888B: hue angle of 356.9º 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 #C2888B is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 136 | 139 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.24 |
| HSL | 356.9º | 0.32% | 0.65% | - |
| HSV(B) | 356.9º | 0.3% | 0.76% | - |
| XYZ | 35.71 | 30.94 | 28.52 | - |
| YUV | 153.68 | 119.72 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 136 | 139 | 0 | 0.30 | 0.28 | 0.24 | 356.9 | 0.32 | 0.65 |
| Hex | C2 | 88 | 8B | 0 | 1E | 1C | 18 | 165 | 20 | 41 |
| Octal | 302 | 210 | 213 | 0 | 36 | 34 | 30 | 545 | 40 | 101 |
| Binary | 11000010 | 10001000 | 10001011 | 0 | 11110 | 11100 | 11000 | 101100101 | 100000 | 1000001 |
Color Harmonies of #C2888B
Complementary color
Monochromatic Colors of #C2888B
Black with #C2888B
Text Example
Text Example
White with #C2888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2888B; }
p { color: rgb(194,136,139); }
H1.HeaderClassName
{
color: #C2888B;
}
.AnyTagClassName
{
color: #C2888B;
}
</style>
background-color css
<style>
a { background-color: #C2888B; }
a { background-color: rgb(194,136,139); }
div.DivClassName
{
background-color: #C2888B;
}
.BgClassName
{
background-color: #C2888B;
}
</style>
border-color css
<style>
span { border-color: #C2888B; }
span { border-color: rgb(194,136,139); }
td.TdClassName
{
border-color: #C2888B;
}
.TagClassName
{
border-color: #C2888B;
}
</style>