Shades of Puce #C78C8F
Tints of Puce #C78C8F
RGB
CMYK
RGB Variations
Color information
#C78C8F (or 0xC78C8F) is known color: Puce. HEX triplet: C7, 8C and 8F. RGB value is (199,140,143). Sum of RGB (Red+Green+Blue) = 199+140+143=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 199 - color contains mainly: red. Hex color #C78C8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78C8F is #387370. Grayscale: #9E9E9E. Windows color (decimal): -3699569 or 9407687. OLE color: 9407687.
HSL color Cylindrical-coordinate representation of color #C78C8F: hue angle of 356.95º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C78C8F is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 140 | 143 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.22 |
| HSL | 356.95º | 0.35% | 0.66% | - |
| HSV(B) | 356.95º | 0.3% | 0.78% | - |
| XYZ | 37.89 | 32.88 | 30.34 | - |
| YUV | 157.98 | 119.55 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 140 | 143 | 0 | 0.30 | 0.28 | 0.22 | 356.95 | 0.35 | 0.66 |
| Hex | C7 | 8C | 8F | 0 | 1E | 1C | 16 | 165 | 23 | 42 |
| Octal | 307 | 214 | 217 | 0 | 36 | 34 | 26 | 545 | 43 | 102 |
| Binary | 11000111 | 10001100 | 10001111 | 0 | 11110 | 11100 | 10110 | 101100101 | 100011 | 1000010 |
Color Harmonies of #C78C8F
Complementary color
Monochromatic Colors of #C78C8F
Black with #C78C8F
Text Example
Text Example
White with #C78C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78C8F; }
p { color: rgb(199,140,143); }
H1.HeaderClassName
{
color: #C78C8F;
}
.AnyTagClassName
{
color: #C78C8F;
}
</style>
background-color css
<style>
a { background-color: #C78C8F; }
a { background-color: rgb(199,140,143); }
div.DivClassName
{
background-color: #C78C8F;
}
.BgClassName
{
background-color: #C78C8F;
}
</style>
border-color css
<style>
span { border-color: #C78C8F; }
span { border-color: rgb(199,140,143); }
td.TdClassName
{
border-color: #C78C8F;
}
.TagClassName
{
border-color: #C78C8F;
}
</style>