Shades of Twine #C79959
Tints of Twine #C79959
RGB
CMYK
RGB Variations
Color information
#C79959 (or 0xC79959) is known color: Twine. HEX triplet: C7, 99 and 59. RGB value is (199,153,89). Sum of RGB (Red+Green+Blue) = 199+153+89=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 89 (35.16% from 255 or 20.18% from 441); Max value from RGB is 199 - color contains mainly: red. Hex color #C79959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79959 is #3866A6. Grayscale: #9F9F9F. Windows color (decimal): -3696295 or 5872071. OLE color: 5872071.
HSL color Cylindrical-coordinate representation of color #C79959: hue angle of 34.91º 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 #C79959 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 153 | 89 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.22 |
| HSL | 34.91º | 0.5% | 0.56% | - |
| HSV(B) | 34.91º | 0.55% | 0.78% | - |
| XYZ | 36.75 | 35.65 | 14.39 | - |
| YUV | 159.46 | 88.24 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 153 | 89 | 0 | 0.23 | 0.55 | 0.22 | 34.91 | 0.5 | 0.56 |
| Hex | C7 | 99 | 59 | 0 | 17 | 37 | 16 | 23 | 32 | 38 |
| Octal | 307 | 231 | 131 | 0 | 27 | 67 | 26 | 43 | 62 | 70 |
| Binary | 11000111 | 10011001 | 1011001 | 0 | 10111 | 110111 | 10110 | 100011 | 110010 | 111000 |
Color Harmonies of #C79959
Complementary color
Monochromatic Colors of #C79959
Black with #C79959
Text Example
Text Example
White with #C79959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79959; }
p { color: rgb(199,153,89); }
H1.HeaderClassName
{
color: #C79959;
}
.AnyTagClassName
{
color: #C79959;
}
</style>
background-color css
<style>
a { background-color: #C79959; }
a { background-color: rgb(199,153,89); }
div.DivClassName
{
background-color: #C79959;
}
.BgClassName
{
background-color: #C79959;
}
</style>
border-color css
<style>
span { border-color: #C79959; }
span { border-color: rgb(199,153,89); }
td.TdClassName
{
border-color: #C79959;
}
.TagClassName
{
border-color: #C79959;
}
</style>