Shades of Puce #C28793
Tints of Puce #C28793
RGB
CMYK
RGB Variations
Color information
#C28793 (or 0xC28793) is known color: Puce. HEX triplet: C2, 87 and 93. RGB value is (194,135,147). Sum of RGB (Red+Green+Blue) = 194+135+147=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 135 (53.12% from 255 or 28.36% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 194 - color contains mainly: red. Hex color #C28793 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28793 is #3D786C. Grayscale: #9A9A9A. Windows color (decimal): -4028525 or 9668546. OLE color: 9668546.
HSL color Cylindrical-coordinate representation of color #C28793: hue angle of 347.8º 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 #C28793 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 135 | 147 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.24 |
| HSL | 347.8º | 0.33% | 0.65% | - |
| HSV(B) | 347.8º | 0.3% | 0.76% | - |
| XYZ | 36.18 | 30.9 | 31.66 | - |
| YUV | 154.01 | 124.05 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 147 | 0 | 0.30 | 0.24 | 0.24 | 347.8 | 0.33 | 0.65 |
| Hex | C2 | 87 | 93 | 0 | 1E | 18 | 18 | 15C | 21 | 41 |
| Octal | 302 | 207 | 223 | 0 | 36 | 30 | 30 | 534 | 41 | 101 |
| Binary | 11000010 | 10000111 | 10010011 | 0 | 11110 | 11000 | 11000 | 101011100 | 100001 | 1000001 |
Color Harmonies of #C28793
Complementary color
Monochromatic Colors of #C28793
Black with #C28793
Text Example
Text Example
White with #C28793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28793; }
p { color: rgb(194,135,147); }
H1.HeaderClassName
{
color: #C28793;
}
.AnyTagClassName
{
color: #C28793;
}
</style>
background-color css
<style>
a { background-color: #C28793; }
a { background-color: rgb(194,135,147); }
div.DivClassName
{
background-color: #C28793;
}
.BgClassName
{
background-color: #C28793;
}
</style>
border-color css
<style>
span { border-color: #C28793; }
span { border-color: rgb(194,135,147); }
td.TdClassName
{
border-color: #C28793;
}
.TagClassName
{
border-color: #C28793;
}
</style>