Shades of Puce #C0848F
Tints of Puce #C0848F
RGB
CMYK
RGB Variations
Color information
#C0848F (or 0xC0848F) is known color: Puce. HEX triplet: C0, 84 and 8F. RGB value is (192,132,143). Sum of RGB (Red+Green+Blue) = 192+132+143=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 143 (56.25% from 255 or 30.62% from 467); Max value from RGB is 192 - color contains mainly: red. Hex color #C0848F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0848F is #3F7B70. Grayscale: #979797. Windows color (decimal): -4160369 or 9405632. OLE color: 9405632.
HSL color Cylindrical-coordinate representation of color #C0848F: hue angle of 349º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0848F is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 132 | 143 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.25 |
| HSL | 349º | 0.32% | 0.64% | - |
| HSV(B) | 349º | 0.31% | 0.75% | - |
| XYZ | 34.95 | 29.69 | 29.88 | - |
| YUV | 151.19 | 123.38 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 132 | 143 | 0 | 0.31 | 0.26 | 0.25 | 349 | 0.32 | 0.64 |
| Hex | C0 | 84 | 8F | 0 | 1F | 1A | 19 | 15D | 20 | 40 |
| Octal | 300 | 204 | 217 | 0 | 37 | 32 | 31 | 535 | 40 | 100 |
| Binary | 11000000 | 10000100 | 10001111 | 0 | 11111 | 11010 | 11001 | 101011101 | 100000 | 1000000 |
Color Harmonies of #C0848F
Complementary color
Monochromatic Colors of #C0848F
Black with #C0848F
Text Example
Text Example
White with #C0848F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0848F; }
p { color: rgb(192,132,143); }
H1.HeaderClassName
{
color: #C0848F;
}
.AnyTagClassName
{
color: #C0848F;
}
</style>
background-color css
<style>
a { background-color: #C0848F; }
a { background-color: rgb(192,132,143); }
div.DivClassName
{
background-color: #C0848F;
}
.BgClassName
{
background-color: #C0848F;
}
</style>
border-color css
<style>
span { border-color: #C0848F; }
span { border-color: rgb(192,132,143); }
td.TdClassName
{
border-color: #C0848F;
}
.TagClassName
{
border-color: #C0848F;
}
</style>