Shades of Puce #C78389
Tints of Puce #C78389
RGB
CMYK
RGB Variations
Color information
#C78389 (or 0xC78389) is known color: Puce. HEX triplet: C7, 83 and 89. RGB value is (199,131,137). Sum of RGB (Red+Green+Blue) = 199+131+137=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 131 (51.56% from 255 or 28.05% from 467); Blue value is 137 (53.91% from 255 or 29.34% from 467); Max value from RGB is 199 - color contains mainly: red. Hex color #C78389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78389 is #387C76. Grayscale: #989898. Windows color (decimal): -3701879 or 9012167. OLE color: 9012167.
HSL color Cylindrical-coordinate representation of color #C78389: hue angle of 354.71º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C78389 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 131 | 137 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.22 |
| HSL | 354.71º | 0.38% | 0.65% | - |
| HSV(B) | 354.71º | 0.34% | 0.78% | - |
| XYZ | 36.18 | 30.18 | 27.59 | - |
| YUV | 152.02 | 119.53 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 131 | 137 | 0 | 0.34 | 0.31 | 0.22 | 354.71 | 0.38 | 0.65 |
| Hex | C7 | 83 | 89 | 0 | 22 | 1F | 16 | 163 | 26 | 41 |
| Octal | 307 | 203 | 211 | 0 | 42 | 37 | 26 | 543 | 46 | 101 |
| Binary | 11000111 | 10000011 | 10001001 | 0 | 100010 | 11111 | 10110 | 101100011 | 100110 | 1000001 |
Color Harmonies of #C78389
Complementary color
Monochromatic Colors of #C78389
Black with #C78389
Text Example
Text Example
White with #C78389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78389; }
p { color: rgb(199,131,137); }
H1.HeaderClassName
{
color: #C78389;
}
.AnyTagClassName
{
color: #C78389;
}
</style>
background-color css
<style>
a { background-color: #C78389; }
a { background-color: rgb(199,131,137); }
div.DivClassName
{
background-color: #C78389;
}
.BgClassName
{
background-color: #C78389;
}
</style>
border-color css
<style>
span { border-color: #C78389; }
span { border-color: rgb(199,131,137); }
td.TdClassName
{
border-color: #C78389;
}
.TagClassName
{
border-color: #C78389;
}
</style>