Shades of Puce #C28790
Tints of Puce #C28790
RGB
CMYK
RGB Variations
Color information
#C28790 (or 0xC28790) is known color: Puce. HEX triplet: C2, 87 and 90. RGB value is (194,135,144). Sum of RGB (Red+Green+Blue) = 194+135+144=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 135 (53.12% from 255 or 28.54% from 473); Blue value is 144 (56.64% from 255 or 30.44% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C28790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28790 is #3D786F. Grayscale: #999999. Windows color (decimal): -4028528 or 9471938. OLE color: 9471938.
HSL color Cylindrical-coordinate representation of color #C28790: hue angle of 350.85º 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 #C28790 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 135 | 144 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.24 |
| HSL | 350.85º | 0.33% | 0.65% | - |
| HSV(B) | 350.85º | 0.3% | 0.76% | - |
| XYZ | 35.95 | 30.81 | 30.44 | - |
| YUV | 153.67 | 122.55 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 144 | 0 | 0.30 | 0.26 | 0.24 | 350.85 | 0.33 | 0.65 |
| Hex | C2 | 87 | 90 | 0 | 1E | 1A | 18 | 15F | 21 | 41 |
| Octal | 302 | 207 | 220 | 0 | 36 | 32 | 30 | 537 | 41 | 101 |
| Binary | 11000010 | 10000111 | 10010000 | 0 | 11110 | 11010 | 11000 | 101011111 | 100001 | 1000001 |
Color Harmonies of #C28790
Complementary color
Monochromatic Colors of #C28790
Black with #C28790
Text Example
Text Example
White with #C28790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28790; }
p { color: rgb(194,135,144); }
H1.HeaderClassName
{
color: #C28790;
}
.AnyTagClassName
{
color: #C28790;
}
</style>
background-color css
<style>
a { background-color: #C28790; }
a { background-color: rgb(194,135,144); }
div.DivClassName
{
background-color: #C28790;
}
.BgClassName
{
background-color: #C28790;
}
</style>
border-color css
<style>
span { border-color: #C28790; }
span { border-color: rgb(194,135,144); }
td.TdClassName
{
border-color: #C28790;
}
.TagClassName
{
border-color: #C28790;
}
</style>