Shades of Puce #C28390
Tints of Puce #C28390
RGB
CMYK
RGB Variations
Color information
#C28390 (or 0xC28390) is known color: Puce. HEX triplet: C2, 83 and 90. RGB value is (194,131,144). Sum of RGB (Red+Green+Blue) = 194+131+144=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 131 (51.56% from 255 or 27.93% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C28390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28390 is #3D7C6F. Grayscale: #979797. Windows color (decimal): -4029552 or 9470914. OLE color: 9470914.
HSL color Cylindrical-coordinate representation of color #C28390: hue angle of 347.62º 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 #C28390 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 131 | 144 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.24 |
| HSL | 347.62º | 0.34% | 0.64% | - |
| HSV(B) | 347.62º | 0.32% | 0.76% | - |
| XYZ | 35.4 | 29.72 | 30.26 | - |
| YUV | 151.32 | 123.87 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 131 | 144 | 0 | 0.32 | 0.26 | 0.24 | 347.62 | 0.34 | 0.64 |
| Hex | C2 | 83 | 90 | 0 | 20 | 1A | 18 | 15C | 22 | 40 |
| Octal | 302 | 203 | 220 | 0 | 40 | 32 | 30 | 534 | 42 | 100 |
| Binary | 11000010 | 10000011 | 10010000 | 0 | 100000 | 11010 | 11000 | 101011100 | 100010 | 1000000 |
Color Harmonies of #C28390
Complementary color
Monochromatic Colors of #C28390
Black with #C28390
Text Example
Text Example
White with #C28390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28390; }
p { color: rgb(194,131,144); }
H1.HeaderClassName
{
color: #C28390;
}
.AnyTagClassName
{
color: #C28390;
}
</style>
background-color css
<style>
a { background-color: #C28390; }
a { background-color: rgb(194,131,144); }
div.DivClassName
{
background-color: #C28390;
}
.BgClassName
{
background-color: #C28390;
}
</style>
border-color css
<style>
span { border-color: #C28390; }
span { border-color: rgb(194,131,144); }
td.TdClassName
{
border-color: #C28390;
}
.TagClassName
{
border-color: #C28390;
}
</style>