Shades of Puce #C78489
Tints of Puce #C78489
RGB
CMYK
RGB Variations
Color information
#C78489 (or 0xC78489) is known color: Puce. HEX triplet: C7, 84 and 89. RGB value is (199,132,137). Sum of RGB (Red+Green+Blue) = 199+132+137=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 137 (53.91% from 255 or 29.27% from 468); Max value from RGB is 199 - color contains mainly: red. Hex color #C78489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78489 is #387B76. Grayscale: #989898. Windows color (decimal): -3701623 or 9012423. OLE color: 9012423.
HSL color Cylindrical-coordinate representation of color #C78489: hue angle of 355.52º degrees, saturation: 0.37, 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 #C78489 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 132 | 137 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.22 |
| HSL | 355.52º | 0.37% | 0.65% | - |
| HSV(B) | 355.52º | 0.34% | 0.78% | - |
| XYZ | 36.32 | 30.45 | 27.63 | - |
| YUV | 152.6 | 119.2 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 132 | 137 | 0 | 0.34 | 0.31 | 0.22 | 355.52 | 0.37 | 0.65 |
| Hex | C7 | 84 | 89 | 0 | 22 | 1F | 16 | 164 | 25 | 41 |
| Octal | 307 | 204 | 211 | 0 | 42 | 37 | 26 | 544 | 45 | 101 |
| Binary | 11000111 | 10000100 | 10001001 | 0 | 100010 | 11111 | 10110 | 101100100 | 100101 | 1000001 |
Color Harmonies of #C78489
Complementary color
Monochromatic Colors of #C78489
Black with #C78489
Text Example
Text Example
White with #C78489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78489; }
p { color: rgb(199,132,137); }
H1.HeaderClassName
{
color: #C78489;
}
.AnyTagClassName
{
color: #C78489;
}
</style>
background-color css
<style>
a { background-color: #C78489; }
a { background-color: rgb(199,132,137); }
div.DivClassName
{
background-color: #C78489;
}
.BgClassName
{
background-color: #C78489;
}
</style>
border-color css
<style>
span { border-color: #C78489; }
span { border-color: rgb(199,132,137); }
td.TdClassName
{
border-color: #C78489;
}
.TagClassName
{
border-color: #C78489;
}
</style>