Shades of Puce #C28494
Tints of Puce #C28494
RGB
CMYK
RGB Variations
Color information
#C28494 (or 0xC28494) is known color: Puce. HEX triplet: C2, 84 and 94. RGB value is (194,132,148). Sum of RGB (Red+Green+Blue) = 194+132+148=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 132 (51.95% from 255 or 27.85% from 474); Blue value is 148 (58.20% from 255 or 31.22% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C28494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28494 is #3D7B6B. Grayscale: #989898. Windows color (decimal): -4029292 or 9733314. OLE color: 9733314.
HSL color Cylindrical-coordinate representation of color #C28494: hue angle of 344.52º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C28494 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 132 | 148 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.24 |
| HSL | 344.52º | 0.34% | 0.64% | - |
| HSV(B) | 344.52º | 0.32% | 0.76% | - |
| XYZ | 35.84 | 30.11 | 31.94 | - |
| YUV | 152.36 | 125.54 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 132 | 148 | 0 | 0.32 | 0.24 | 0.24 | 344.52 | 0.34 | 0.64 |
| Hex | C2 | 84 | 94 | 0 | 20 | 18 | 18 | 159 | 22 | 40 |
| Octal | 302 | 204 | 224 | 0 | 40 | 30 | 30 | 531 | 42 | 100 |
| Binary | 11000010 | 10000100 | 10010100 | 0 | 100000 | 11000 | 11000 | 101011001 | 100010 | 1000000 |
Color Harmonies of #C28494
Complementary color
Monochromatic Colors of #C28494
Black with #C28494
Text Example
Text Example
White with #C28494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28494; }
p { color: rgb(194,132,148); }
H1.HeaderClassName
{
color: #C28494;
}
.AnyTagClassName
{
color: #C28494;
}
</style>
background-color css
<style>
a { background-color: #C28494; }
a { background-color: rgb(194,132,148); }
div.DivClassName
{
background-color: #C28494;
}
.BgClassName
{
background-color: #C28494;
}
</style>
border-color css
<style>
span { border-color: #C28494; }
span { border-color: rgb(194,132,148); }
td.TdClassName
{
border-color: #C28494;
}
.TagClassName
{
border-color: #C28494;
}
</style>