Shades of Puce #C28795
Tints of Puce #C28795
RGB
CMYK
RGB Variations
Color information
#C28795 (or 0xC28795) is known color: Puce. HEX triplet: C2, 87 and 95. RGB value is (194,135,149). Sum of RGB (Red+Green+Blue) = 194+135+149=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 135 (53.12% from 255 or 28.24% from 478); Blue value is 149 (58.59% from 255 or 31.17% from 478); Max value from RGB is 194 - color contains mainly: red. Hex color #C28795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28795 is #3D786A. Grayscale: #9A9A9A. Windows color (decimal): -4028523 or 9799618. OLE color: 9799618.
HSL color Cylindrical-coordinate representation of color #C28795: hue angle of 345.76º 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 #C28795 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 135 | 149 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.24 |
| HSL | 345.76º | 0.33% | 0.65% | - |
| HSV(B) | 345.76º | 0.3% | 0.76% | - |
| XYZ | 36.34 | 30.97 | 32.5 | - |
| YUV | 154.24 | 125.05 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 149 | 0 | 0.30 | 0.23 | 0.24 | 345.76 | 0.33 | 0.65 |
| Hex | C2 | 87 | 95 | 0 | 1E | 17 | 18 | 15A | 21 | 41 |
| Octal | 302 | 207 | 225 | 0 | 36 | 27 | 30 | 532 | 41 | 101 |
| Binary | 11000010 | 10000111 | 10010101 | 0 | 11110 | 10111 | 11000 | 101011010 | 100001 | 1000001 |
Color Harmonies of #C28795
Complementary color
Monochromatic Colors of #C28795
Black with #C28795
Text Example
Text Example
White with #C28795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28795; }
p { color: rgb(194,135,149); }
H1.HeaderClassName
{
color: #C28795;
}
.AnyTagClassName
{
color: #C28795;
}
</style>
background-color css
<style>
a { background-color: #C28795; }
a { background-color: rgb(194,135,149); }
div.DivClassName
{
background-color: #C28795;
}
.BgClassName
{
background-color: #C28795;
}
</style>
border-color css
<style>
span { border-color: #C28795; }
span { border-color: rgb(194,135,149); }
td.TdClassName
{
border-color: #C28795;
}
.TagClassName
{
border-color: #C28795;
}
</style>