Shades of Puce #C7878A
Tints of Puce #C7878A
RGB
CMYK
RGB Variations
Color information
#C7878A (or 0xC7878A) is known color: Puce. HEX triplet: C7, 87 and 8A. RGB value is (199,135,138). Sum of RGB (Red+Green+Blue) = 199+135+138=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 135 (53.12% from 255 or 28.60% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 199 - color contains mainly: red. Hex color #C7878A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7878A is #387875. Grayscale: #9A9A9A. Windows color (decimal): -3700854 or 9078727. OLE color: 9078727.
HSL color Cylindrical-coordinate representation of color #C7878A: hue angle of 357.19º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C7878A is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 135 | 138 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.22 |
| HSL | 357.19º | 0.36% | 0.65% | - |
| HSV(B) | 357.19º | 0.32% | 0.78% | - |
| XYZ | 36.8 | 31.31 | 28.15 | - |
| YUV | 154.48 | 118.7 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 135 | 138 | 0 | 0.32 | 0.31 | 0.22 | 357.19 | 0.36 | 0.65 |
| Hex | C7 | 87 | 8A | 0 | 20 | 1F | 16 | 165 | 24 | 41 |
| Octal | 307 | 207 | 212 | 0 | 40 | 37 | 26 | 545 | 44 | 101 |
| Binary | 11000111 | 10000111 | 10001010 | 0 | 100000 | 11111 | 10110 | 101100101 | 100100 | 1000001 |
Color Harmonies of #C7878A
Complementary color
Monochromatic Colors of #C7878A
Black with #C7878A
Text Example
Text Example
White with #C7878A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7878A; }
p { color: rgb(199,135,138); }
H1.HeaderClassName
{
color: #C7878A;
}
.AnyTagClassName
{
color: #C7878A;
}
</style>
background-color css
<style>
a { background-color: #C7878A; }
a { background-color: rgb(199,135,138); }
div.DivClassName
{
background-color: #C7878A;
}
.BgClassName
{
background-color: #C7878A;
}
</style>
border-color css
<style>
span { border-color: #C7878A; }
span { border-color: rgb(199,135,138); }
td.TdClassName
{
border-color: #C7878A;
}
.TagClassName
{
border-color: #C7878A;
}
</style>