Shades of Puce #C28797
Tints of Puce #C28797
RGB
CMYK
RGB Variations
Color information
#C28797 (or 0xC28797) is known color: Puce. HEX triplet: C2, 87 and 97. RGB value is (194,135,151). Sum of RGB (Red+Green+Blue) = 194+135+151=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 135 (53.12% from 255 or 28.12% from 480); Blue value is 151 (59.38% from 255 or 31.46% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C28797 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28797 is #3D7868. Grayscale: #9A9A9A. Windows color (decimal): -4028521 or 9930690. OLE color: 9930690.
HSL color Cylindrical-coordinate representation of color #C28797: hue angle of 343.73º 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 #C28797 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 135 | 151 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.24 |
| HSL | 343.73º | 0.33% | 0.65% | - |
| HSV(B) | 343.73º | 0.3% | 0.76% | - |
| XYZ | 36.5 | 31.03 | 33.34 | - |
| YUV | 154.47 | 126.05 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 151 | 0 | 0.30 | 0.22 | 0.24 | 343.73 | 0.33 | 0.65 |
| Hex | C2 | 87 | 97 | 0 | 1E | 16 | 18 | 158 | 21 | 41 |
| Octal | 302 | 207 | 227 | 0 | 36 | 26 | 30 | 530 | 41 | 101 |
| Binary | 11000010 | 10000111 | 10010111 | 0 | 11110 | 10110 | 11000 | 101011000 | 100001 | 1000001 |
Color Harmonies of #C28797
Complementary color
Monochromatic Colors of #C28797
Black with #C28797
Text Example
Text Example
White with #C28797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28797; }
p { color: rgb(194,135,151); }
H1.HeaderClassName
{
color: #C28797;
}
.AnyTagClassName
{
color: #C28797;
}
</style>
background-color css
<style>
a { background-color: #C28797; }
a { background-color: rgb(194,135,151); }
div.DivClassName
{
background-color: #C28797;
}
.BgClassName
{
background-color: #C28797;
}
</style>
border-color css
<style>
span { border-color: #C28797; }
span { border-color: rgb(194,135,151); }
td.TdClassName
{
border-color: #C28797;
}
.TagClassName
{
border-color: #C28797;
}
</style>