Shades of Puce #C18889
Tints of Puce #C18889
RGB
CMYK
RGB Variations
Color information
#C18889 (or 0xC18889) is known color: Puce. HEX triplet: C1, 88 and 89. RGB value is (193,136,137). Sum of RGB (Red+Green+Blue) = 193+136+137=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 136 (53.52% from 255 or 29.18% from 466); Blue value is 137 (53.91% from 255 or 29.40% from 466); Max value from RGB is 193 - color contains mainly: red. Hex color #C18889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18889 is #3E7776. Grayscale: #999999. Windows color (decimal): -4093815 or 9013441. OLE color: 9013441.
HSL color Cylindrical-coordinate representation of color #C18889: hue angle of 358.95º degrees, saturation: 0.31, 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 #C18889 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 136 | 137 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.24 |
| HSL | 358.95º | 0.31% | 0.65% | - |
| HSV(B) | 358.95º | 0.3% | 0.76% | - |
| XYZ | 35.31 | 30.75 | 27.74 | - |
| YUV | 153.16 | 118.88 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 136 | 137 | 0 | 0.30 | 0.29 | 0.24 | 358.95 | 0.31 | 0.65 |
| Hex | C1 | 88 | 89 | 0 | 1E | 1D | 18 | 167 | 1F | 41 |
| Octal | 301 | 210 | 211 | 0 | 36 | 35 | 30 | 547 | 37 | 101 |
| Binary | 11000001 | 10001000 | 10001001 | 0 | 11110 | 11101 | 11000 | 101100111 | 11111 | 1000001 |
Color Harmonies of #C18889
Complementary color
Monochromatic Colors of #C18889
Black with #C18889
Text Example
Text Example
White with #C18889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18889; }
p { color: rgb(193,136,137); }
H1.HeaderClassName
{
color: #C18889;
}
.AnyTagClassName
{
color: #C18889;
}
</style>
background-color css
<style>
a { background-color: #C18889; }
a { background-color: rgb(193,136,137); }
div.DivClassName
{
background-color: #C18889;
}
.BgClassName
{
background-color: #C18889;
}
</style>
border-color css
<style>
span { border-color: #C18889; }
span { border-color: rgb(193,136,137); }
td.TdClassName
{
border-color: #C18889;
}
.TagClassName
{
border-color: #C18889;
}
</style>