Shades of Puce #C2888A
Tints of Puce #C2888A
RGB
CMYK
RGB Variations
Color information
#C2888A (or 0xC2888A) is known color: Puce. HEX triplet: C2, 88 and 8A. RGB value is (194,136,138). Sum of RGB (Red+Green+Blue) = 194+136+138=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C2888A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2888A is #3D7775. Grayscale: #999999. Windows color (decimal): -4028278 or 9078978. OLE color: 9078978.
HSL color Cylindrical-coordinate representation of color #C2888A: hue angle of 357.93º 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 #C2888A is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 136 | 138 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.24 |
| HSL | 357.93º | 0.32% | 0.65% | - |
| HSV(B) | 357.93º | 0.3% | 0.76% | - |
| XYZ | 35.64 | 30.91 | 28.13 | - |
| YUV | 153.57 | 119.22 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 136 | 138 | 0 | 0.30 | 0.29 | 0.24 | 357.93 | 0.32 | 0.65 |
| Hex | C2 | 88 | 8A | 0 | 1E | 1D | 18 | 166 | 20 | 41 |
| Octal | 302 | 210 | 212 | 0 | 36 | 35 | 30 | 546 | 40 | 101 |
| Binary | 11000010 | 10001000 | 10001010 | 0 | 11110 | 11101 | 11000 | 101100110 | 100000 | 1000001 |
Color Harmonies of #C2888A
Complementary color
Monochromatic Colors of #C2888A
Black with #C2888A
Text Example
Text Example
White with #C2888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2888A; }
p { color: rgb(194,136,138); }
H1.HeaderClassName
{
color: #C2888A;
}
.AnyTagClassName
{
color: #C2888A;
}
</style>
background-color css
<style>
a { background-color: #C2888A; }
a { background-color: rgb(194,136,138); }
div.DivClassName
{
background-color: #C2888A;
}
.BgClassName
{
background-color: #C2888A;
}
</style>
border-color css
<style>
span { border-color: #C2888A; }
span { border-color: rgb(194,136,138); }
td.TdClassName
{
border-color: #C2888A;
}
.TagClassName
{
border-color: #C2888A;
}
</style>