Shades of Puce #C78694
Tints of Puce #C78694
RGB
CMYK
RGB Variations
Color information
#C78694 (or 0xC78694) is known color: Puce. HEX triplet: C7, 86 and 94. RGB value is (199,134,148). Sum of RGB (Red+Green+Blue) = 199+134+148=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 134 (52.73% from 255 or 27.86% from 481); Blue value is 148 (58.20% from 255 or 30.77% from 481); Max value from RGB is 199 - color contains mainly: red. Hex color #C78694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78694 is #38796B. Grayscale: #9B9B9B. Windows color (decimal): -3701100 or 9733831. OLE color: 9733831.
HSL color Cylindrical-coordinate representation of color #C78694: hue angle of 347.08º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C78694 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 134 | 148 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.22 |
| HSL | 347.08º | 0.37% | 0.65% | - |
| HSV(B) | 347.08º | 0.33% | 0.78% | - |
| XYZ | 37.42 | 31.33 | 32.09 | - |
| YUV | 155.03 | 124.03 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 134 | 148 | 0 | 0.33 | 0.26 | 0.22 | 347.08 | 0.37 | 0.65 |
| Hex | C7 | 86 | 94 | 0 | 21 | 1A | 16 | 15B | 25 | 41 |
| Octal | 307 | 206 | 224 | 0 | 41 | 32 | 26 | 533 | 45 | 101 |
| Binary | 11000111 | 10000110 | 10010100 | 0 | 100001 | 11010 | 10110 | 101011011 | 100101 | 1000001 |
Color Harmonies of #C78694
Complementary color
Monochromatic Colors of #C78694
Black with #C78694
Text Example
Text Example
White with #C78694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78694; }
p { color: rgb(199,134,148); }
H1.HeaderClassName
{
color: #C78694;
}
.AnyTagClassName
{
color: #C78694;
}
</style>
background-color css
<style>
a { background-color: #C78694; }
a { background-color: rgb(199,134,148); }
div.DivClassName
{
background-color: #C78694;
}
.BgClassName
{
background-color: #C78694;
}
</style>
border-color css
<style>
span { border-color: #C78694; }
span { border-color: rgb(199,134,148); }
td.TdClassName
{
border-color: #C78694;
}
.TagClassName
{
border-color: #C78694;
}
</style>