Shades of Puce #C7878B
Tints of Puce #C7878B
RGB
CMYK
RGB Variations
Color information
#C7878B (or 0xC7878B) is known color: Puce. HEX triplet: C7, 87 and 8B. RGB value is (199,135,139). Sum of RGB (Red+Green+Blue) = 199+135+139=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 135 (53.12% from 255 or 28.54% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 199 - color contains mainly: red. Hex color #C7878B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7878B is #387874. Grayscale: #9A9A9A. Windows color (decimal): -3700853 or 9144263. OLE color: 9144263.
HSL color Cylindrical-coordinate representation of color #C7878B: hue angle of 356.25º 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 #C7878B is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 135 | 139 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.22 |
| HSL | 356.25º | 0.36% | 0.65% | - |
| HSV(B) | 356.25º | 0.32% | 0.78% | - |
| XYZ | 36.88 | 31.33 | 28.53 | - |
| YUV | 154.59 | 119.2 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 135 | 139 | 0 | 0.32 | 0.30 | 0.22 | 356.25 | 0.36 | 0.65 |
| Hex | C7 | 87 | 8B | 0 | 20 | 1E | 16 | 164 | 24 | 41 |
| Octal | 307 | 207 | 213 | 0 | 40 | 36 | 26 | 544 | 44 | 101 |
| Binary | 11000111 | 10000111 | 10001011 | 0 | 100000 | 11110 | 10110 | 101100100 | 100100 | 1000001 |
Color Harmonies of #C7878B
Complementary color
Monochromatic Colors of #C7878B
Black with #C7878B
Text Example
Text Example
White with #C7878B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7878B; }
p { color: rgb(199,135,139); }
H1.HeaderClassName
{
color: #C7878B;
}
.AnyTagClassName
{
color: #C7878B;
}
</style>
background-color css
<style>
a { background-color: #C7878B; }
a { background-color: rgb(199,135,139); }
div.DivClassName
{
background-color: #C7878B;
}
.BgClassName
{
background-color: #C7878B;
}
</style>
border-color css
<style>
span { border-color: #C7878B; }
span { border-color: rgb(199,135,139); }
td.TdClassName
{
border-color: #C7878B;
}
.TagClassName
{
border-color: #C7878B;
}
</style>