Shades of Puce #C78A8E
Tints of Puce #C78A8E
RGB
CMYK
RGB Variations
Color information
#C78A8E (or 0xC78A8E) is known color: Puce. HEX triplet: C7, 8A and 8E. RGB value is (199,138,142). Sum of RGB (Red+Green+Blue) = 199+138+142=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 138 (54.30% from 255 or 28.81% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 199 - color contains mainly: red. Hex color #C78A8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78A8E is #387571. Grayscale: #9C9C9C. Windows color (decimal): -3700082 or 9341639. OLE color: 9341639.
HSL color Cylindrical-coordinate representation of color #C78A8E: hue angle of 356.07º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C78A8E is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 138 | 142 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.22 |
| HSL | 356.07º | 0.35% | 0.66% | - |
| HSV(B) | 356.07º | 0.31% | 0.78% | - |
| XYZ | 37.52 | 32.27 | 29.84 | - |
| YUV | 156.7 | 119.71 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 138 | 142 | 0 | 0.31 | 0.29 | 0.22 | 356.07 | 0.35 | 0.66 |
| Hex | C7 | 8A | 8E | 0 | 1F | 1D | 16 | 164 | 23 | 42 |
| Octal | 307 | 212 | 216 | 0 | 37 | 35 | 26 | 544 | 43 | 102 |
| Binary | 11000111 | 10001010 | 10001110 | 0 | 11111 | 11101 | 10110 | 101100100 | 100011 | 1000010 |
Color Harmonies of #C78A8E
Complementary color
Monochromatic Colors of #C78A8E
Black with #C78A8E
Text Example
Text Example
White with #C78A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78A8E; }
p { color: rgb(199,138,142); }
H1.HeaderClassName
{
color: #C78A8E;
}
.AnyTagClassName
{
color: #C78A8E;
}
</style>
background-color css
<style>
a { background-color: #C78A8E; }
a { background-color: rgb(199,138,142); }
div.DivClassName
{
background-color: #C78A8E;
}
.BgClassName
{
background-color: #C78A8E;
}
</style>
border-color css
<style>
span { border-color: #C78A8E; }
span { border-color: rgb(199,138,142); }
td.TdClassName
{
border-color: #C78A8E;
}
.TagClassName
{
border-color: #C78A8E;
}
</style>