Shades of Puce #C0898D
Tints of Puce #C0898D
RGB
CMYK
RGB Variations
Color information
#C0898D (or 0xC0898D) is known color: Puce. HEX triplet: C0, 89 and 8D. RGB value is (192,137,141). Sum of RGB (Red+Green+Blue) = 192+137+141=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 137 (53.91% from 255 or 29.15% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 192 - color contains mainly: red. Hex color #C0898D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0898D is #3F7672. Grayscale: #999999. Windows color (decimal): -4159091 or 9275840. OLE color: 9275840.
HSL color Cylindrical-coordinate representation of color #C0898D: hue angle of 355.64º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0898D is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 137 | 141 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.25 |
| HSL | 355.64º | 0.3% | 0.65% | - |
| HSV(B) | 355.64º | 0.29% | 0.75% | - |
| XYZ | 35.49 | 31.02 | 29.32 | - |
| YUV | 153.9 | 120.72 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 137 | 141 | 0 | 0.29 | 0.27 | 0.25 | 355.64 | 0.3 | 0.65 |
| Hex | C0 | 89 | 8D | 0 | 1D | 1B | 19 | 164 | 1E | 41 |
| Octal | 300 | 211 | 215 | 0 | 35 | 33 | 31 | 544 | 36 | 101 |
| Binary | 11000000 | 10001001 | 10001101 | 0 | 11101 | 11011 | 11001 | 101100100 | 11110 | 1000001 |
Color Harmonies of #C0898D
Complementary color
Monochromatic Colors of #C0898D
Black with #C0898D
Text Example
Text Example
White with #C0898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0898D; }
p { color: rgb(192,137,141); }
H1.HeaderClassName
{
color: #C0898D;
}
.AnyTagClassName
{
color: #C0898D;
}
</style>
background-color css
<style>
a { background-color: #C0898D; }
a { background-color: rgb(192,137,141); }
div.DivClassName
{
background-color: #C0898D;
}
.BgClassName
{
background-color: #C0898D;
}
</style>
border-color css
<style>
span { border-color: #C0898D; }
span { border-color: rgb(192,137,141); }
td.TdClassName
{
border-color: #C0898D;
}
.TagClassName
{
border-color: #C0898D;
}
</style>