Shades of Puce #C28788
Tints of Puce #C28788
RGB
CMYK
RGB Variations
Color information
#C28788 (or 0xC28788) is known color: Puce. HEX triplet: C2, 87 and 88. RGB value is (194,135,136). Sum of RGB (Red+Green+Blue) = 194+135+136=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 135 (53.12% from 255 or 29.03% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C28788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28788 is #3D7877. Grayscale: #989898. Windows color (decimal): -4028536 or 8947650. OLE color: 8947650.
HSL color Cylindrical-coordinate representation of color #C28788: hue angle of 358.98º 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 #C28788 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 135 | 136 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.24 |
| HSL | 358.98º | 0.33% | 0.65% | - |
| HSV(B) | 358.98º | 0.3% | 0.76% | - |
| XYZ | 35.36 | 30.57 | 27.33 | - |
| YUV | 152.76 | 118.55 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 136 | 0 | 0.30 | 0.30 | 0.24 | 358.98 | 0.33 | 0.65 |
| Hex | C2 | 87 | 88 | 0 | 1E | 1E | 18 | 167 | 21 | 41 |
| Octal | 302 | 207 | 210 | 0 | 36 | 36 | 30 | 547 | 41 | 101 |
| Binary | 11000010 | 10000111 | 10001000 | 0 | 11110 | 11110 | 11000 | 101100111 | 100001 | 1000001 |
Color Harmonies of #C28788
Complementary color
Monochromatic Colors of #C28788
Black with #C28788
Text Example
Text Example
White with #C28788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28788; }
p { color: rgb(194,135,136); }
H1.HeaderClassName
{
color: #C28788;
}
.AnyTagClassName
{
color: #C28788;
}
</style>
background-color css
<style>
a { background-color: #C28788; }
a { background-color: rgb(194,135,136); }
div.DivClassName
{
background-color: #C28788;
}
.BgClassName
{
background-color: #C28788;
}
</style>
border-color css
<style>
span { border-color: #C28788; }
span { border-color: rgb(194,135,136); }
td.TdClassName
{
border-color: #C28788;
}
.TagClassName
{
border-color: #C28788;
}
</style>