Shades of Puce #C28388
Tints of Puce #C28388
RGB
CMYK
RGB Variations
Color information
#C28388 (or 0xC28388) is known color: Puce. HEX triplet: C2, 83 and 88. RGB value is (194,131,136). Sum of RGB (Red+Green+Blue) = 194+131+136=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 131 (51.56% from 255 or 28.42% from 461); Blue value is 136 (53.52% from 255 or 29.50% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C28388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28388 is #3D7C77. Grayscale: #969696. Windows color (decimal): -4029560 or 8946626. OLE color: 8946626.
HSL color Cylindrical-coordinate representation of color #C28388: hue angle of 355.24º 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 #C28388 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 131 | 136 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.24 |
| HSL | 355.24º | 0.34% | 0.64% | - |
| HSV(B) | 355.24º | 0.32% | 0.76% | - |
| XYZ | 34.81 | 29.48 | 27.15 | - |
| YUV | 150.41 | 119.87 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 131 | 136 | 0 | 0.32 | 0.30 | 0.24 | 355.24 | 0.34 | 0.64 |
| Hex | C2 | 83 | 88 | 0 | 20 | 1E | 18 | 163 | 22 | 40 |
| Octal | 302 | 203 | 210 | 0 | 40 | 36 | 30 | 543 | 42 | 100 |
| Binary | 11000010 | 10000011 | 10001000 | 0 | 100000 | 11110 | 11000 | 101100011 | 100010 | 1000000 |
Color Harmonies of #C28388
Complementary color
Monochromatic Colors of #C28388
Black with #C28388
Text Example
Text Example
White with #C28388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28388; }
p { color: rgb(194,131,136); }
H1.HeaderClassName
{
color: #C28388;
}
.AnyTagClassName
{
color: #C28388;
}
</style>
background-color css
<style>
a { background-color: #C28388; }
a { background-color: rgb(194,131,136); }
div.DivClassName
{
background-color: #C28388;
}
.BgClassName
{
background-color: #C28388;
}
</style>
border-color css
<style>
span { border-color: #C28388; }
span { border-color: rgb(194,131,136); }
td.TdClassName
{
border-color: #C28388;
}
.TagClassName
{
border-color: #C28388;
}
</style>