Shades of Puce #C28590
Tints of Puce #C28590
RGB
CMYK
RGB Variations
Color information
#C28590 (or 0xC28590) is known color: Puce. HEX triplet: C2, 85 and 90. RGB value is (194,133,144). Sum of RGB (Red+Green+Blue) = 194+133+144=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C28590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28590 is #3D7A6F. Grayscale: #989898. Windows color (decimal): -4029040 or 9471426. OLE color: 9471426.
HSL color Cylindrical-coordinate representation of color #C28590: hue angle of 349.18º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C28590 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 133 | 144 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.24 |
| HSL | 349.18º | 0.33% | 0.64% | - |
| HSV(B) | 349.18º | 0.31% | 0.76% | - |
| XYZ | 35.67 | 30.26 | 30.35 | - |
| YUV | 152.49 | 123.21 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 133 | 144 | 0 | 0.31 | 0.26 | 0.24 | 349.18 | 0.33 | 0.64 |
| Hex | C2 | 85 | 90 | 0 | 1F | 1A | 18 | 15D | 21 | 40 |
| Octal | 302 | 205 | 220 | 0 | 37 | 32 | 30 | 535 | 41 | 100 |
| Binary | 11000010 | 10000101 | 10010000 | 0 | 11111 | 11010 | 11000 | 101011101 | 100001 | 1000000 |
Color Harmonies of #C28590
Complementary color
Monochromatic Colors of #C28590
Black with #C28590
Text Example
Text Example
White with #C28590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28590; }
p { color: rgb(194,133,144); }
H1.HeaderClassName
{
color: #C28590;
}
.AnyTagClassName
{
color: #C28590;
}
</style>
background-color css
<style>
a { background-color: #C28590; }
a { background-color: rgb(194,133,144); }
div.DivClassName
{
background-color: #C28590;
}
.BgClassName
{
background-color: #C28590;
}
</style>
border-color css
<style>
span { border-color: #C28590; }
span { border-color: rgb(194,133,144); }
td.TdClassName
{
border-color: #C28590;
}
.TagClassName
{
border-color: #C28590;
}
</style>