Shades of Puce #C28399
Tints of Puce #C28399
RGB
CMYK
RGB Variations
Color information
#C28399 (or 0xC28399) is known color: Puce. HEX triplet: C2, 83 and 99. RGB value is (194,131,153). Sum of RGB (Red+Green+Blue) = 194+131+153=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 131 (51.56% from 255 or 27.41% from 478); Blue value is 153 (60.16% from 255 or 32.01% from 478); Max value from RGB is 194 - color contains mainly: red. Hex color #C28399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28399 is #3D7C66. Grayscale: #989898. Windows color (decimal): -4029543 or 10060738. OLE color: 10060738.
HSL color Cylindrical-coordinate representation of color #C28399: hue angle of 339.05º 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 #C28399 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 131 | 153 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.24 |
| HSL | 339.05º | 0.34% | 0.64% | - |
| HSV(B) | 339.05º | 0.32% | 0.76% | - |
| XYZ | 36.11 | 30 | 34.02 | - |
| YUV | 152.35 | 128.37 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 131 | 153 | 0 | 0.32 | 0.21 | 0.24 | 339.05 | 0.34 | 0.64 |
| Hex | C2 | 83 | 99 | 0 | 20 | 15 | 18 | 153 | 22 | 40 |
| Octal | 302 | 203 | 231 | 0 | 40 | 25 | 30 | 523 | 42 | 100 |
| Binary | 11000010 | 10000011 | 10011001 | 0 | 100000 | 10101 | 11000 | 101010011 | 100010 | 1000000 |
Color Harmonies of #C28399
Complementary color
Monochromatic Colors of #C28399
Black with #C28399
Text Example
Text Example
White with #C28399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28399; }
p { color: rgb(194,131,153); }
H1.HeaderClassName
{
color: #C28399;
}
.AnyTagClassName
{
color: #C28399;
}
</style>
background-color css
<style>
a { background-color: #C28399; }
a { background-color: rgb(194,131,153); }
div.DivClassName
{
background-color: #C28399;
}
.BgClassName
{
background-color: #C28399;
}
</style>
border-color css
<style>
span { border-color: #C28399; }
span { border-color: rgb(194,131,153); }
td.TdClassName
{
border-color: #C28399;
}
.TagClassName
{
border-color: #C28399;
}
</style>