Shades of Puce #C28C91
Tints of Puce #C28C91
RGB
CMYK
RGB Variations
Color information
#C28C91 (or 0xC28C91) is known color: Puce. HEX triplet: C2, 8C and 91. RGB value is (194,140,145). Sum of RGB (Red+Green+Blue) = 194+140+145=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 140 (55.08% from 255 or 29.23% from 479); Blue value is 145 (57.03% from 255 or 30.27% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28C91 is #3D736E. Grayscale: #9C9C9C. Windows color (decimal): -4027247 or 9538754. OLE color: 9538754.
HSL color Cylindrical-coordinate representation of color #C28C91: hue angle of 354.44º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C28C91 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 140 | 145 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.24 |
| HSL | 354.44º | 0.31% | 0.65% | - |
| HSV(B) | 354.44º | 0.28% | 0.76% | - |
| XYZ | 36.74 | 32.27 | 31.08 | - |
| YUV | 156.72 | 121.39 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 140 | 145 | 0 | 0.28 | 0.25 | 0.24 | 354.44 | 0.31 | 0.65 |
| Hex | C2 | 8C | 91 | 0 | 1C | 19 | 18 | 162 | 1F | 41 |
| Octal | 302 | 214 | 221 | 0 | 34 | 31 | 30 | 542 | 37 | 101 |
| Binary | 11000010 | 10001100 | 10010001 | 0 | 11100 | 11001 | 11000 | 101100010 | 11111 | 1000001 |
Color Harmonies of #C28C91
Complementary color
Monochromatic Colors of #C28C91
Black with #C28C91
Text Example
Text Example
White with #C28C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28C91; }
p { color: rgb(194,140,145); }
H1.HeaderClassName
{
color: #C28C91;
}
.AnyTagClassName
{
color: #C28C91;
}
</style>
background-color css
<style>
a { background-color: #C28C91; }
a { background-color: rgb(194,140,145); }
div.DivClassName
{
background-color: #C28C91;
}
.BgClassName
{
background-color: #C28C91;
}
</style>
border-color css
<style>
span { border-color: #C28C91; }
span { border-color: rgb(194,140,145); }
td.TdClassName
{
border-color: #C28C91;
}
.TagClassName
{
border-color: #C28C91;
}
</style>