Shades of Twine #C78959
Tints of Twine #C78959
RGB
CMYK
RGB Variations
Color information
#C78959 (or 0xC78959) is known color: Twine. HEX triplet: C7, 89 and 59. RGB value is (199,137,89). Sum of RGB (Red+Green+Blue) = 199+137+89=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 137 (53.91% from 255 or 32.24% from 425); Blue value is 89 (35.16% from 255 or 20.94% from 425); Max value from RGB is 199 - color contains mainly: red. Hex color #C78959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78959 is #3876A6. Grayscale: #969696. Windows color (decimal): -3700391 or 5867975. OLE color: 5867975.
HSL color Cylindrical-coordinate representation of color #C78959: hue angle of 26.18º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C78959 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 137 | 89 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.22 |
| HSL | 26.18º | 0.5% | 0.56% | - |
| HSV(B) | 26.18º | 0.55% | 0.78% | - |
| XYZ | 34.3 | 30.75 | 13.58 | - |
| YUV | 150.07 | 93.54 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 137 | 89 | 0 | 0.31 | 0.55 | 0.22 | 26.18 | 0.5 | 0.56 |
| Hex | C7 | 89 | 59 | 0 | 1F | 37 | 16 | 1A | 32 | 38 |
| Octal | 307 | 211 | 131 | 0 | 37 | 67 | 26 | 32 | 62 | 70 |
| Binary | 11000111 | 10001001 | 1011001 | 0 | 11111 | 110111 | 10110 | 11010 | 110010 | 111000 |
Color Harmonies of #C78959
Complementary color
Monochromatic Colors of #C78959
Black with #C78959
Text Example
Text Example
White with #C78959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78959; }
p { color: rgb(199,137,89); }
H1.HeaderClassName
{
color: #C78959;
}
.AnyTagClassName
{
color: #C78959;
}
</style>
background-color css
<style>
a { background-color: #C78959; }
a { background-color: rgb(199,137,89); }
div.DivClassName
{
background-color: #C78959;
}
.BgClassName
{
background-color: #C78959;
}
</style>
border-color css
<style>
span { border-color: #C78959; }
span { border-color: rgb(199,137,89); }
td.TdClassName
{
border-color: #C78959;
}
.TagClassName
{
border-color: #C78959;
}
</style>