Shades of Puce #C0898C
Tints of Puce #C0898C
RGB
CMYK
RGB Variations
Color information
#C0898C (or 0xC0898C) is known color: Puce. HEX triplet: C0, 89 and 8C. RGB value is (192,137,140). Sum of RGB (Red+Green+Blue) = 192+137+140=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 137 (53.91% from 255 or 29.21% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C0898C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0898C is #3F7673. Grayscale: #999999. Windows color (decimal): -4159092 or 9210304. OLE color: 9210304.
HSL color Cylindrical-coordinate representation of color #C0898C: hue angle of 356.73º 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 #C0898C is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 137 | 140 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.25 |
| HSL | 356.73º | 0.3% | 0.65% | - |
| HSV(B) | 356.73º | 0.29% | 0.75% | - |
| XYZ | 35.42 | 30.99 | 28.93 | - |
| YUV | 153.79 | 120.22 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 137 | 140 | 0 | 0.29 | 0.27 | 0.25 | 356.73 | 0.3 | 0.65 |
| Hex | C0 | 89 | 8C | 0 | 1D | 1B | 19 | 165 | 1E | 41 |
| Octal | 300 | 211 | 214 | 0 | 35 | 33 | 31 | 545 | 36 | 101 |
| Binary | 11000000 | 10001001 | 10001100 | 0 | 11101 | 11011 | 11001 | 101100101 | 11110 | 1000001 |
Color Harmonies of #C0898C
Complementary color
Monochromatic Colors of #C0898C
Black with #C0898C
Text Example
Text Example
White with #C0898C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0898C; }
p { color: rgb(192,137,140); }
H1.HeaderClassName
{
color: #C0898C;
}
.AnyTagClassName
{
color: #C0898C;
}
</style>
background-color css
<style>
a { background-color: #C0898C; }
a { background-color: rgb(192,137,140); }
div.DivClassName
{
background-color: #C0898C;
}
.BgClassName
{
background-color: #C0898C;
}
</style>
border-color css
<style>
span { border-color: #C0898C; }
span { border-color: rgb(192,137,140); }
td.TdClassName
{
border-color: #C0898C;
}
.TagClassName
{
border-color: #C0898C;
}
</style>