Shades of Twine #C79259
Tints of Twine #C79259
RGB
CMYK
RGB Variations
Color information
#C79259 (or 0xC79259) is known color: Twine. HEX triplet: C7, 92 and 59. RGB value is (199,146,89). Sum of RGB (Red+Green+Blue) = 199+146+89=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 89 (35.16% from 255 or 20.51% from 434); Max value from RGB is 199 - color contains mainly: red. Hex color #C79259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79259 is #386DA6. Grayscale: #9B9B9B. Windows color (decimal): -3698087 or 5870279. OLE color: 5870279.
HSL color Cylindrical-coordinate representation of color #C79259: hue angle of 31.09º 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 #C79259 is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 146 | 89 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.22 |
| HSL | 31.09º | 0.5% | 0.56% | - |
| HSV(B) | 31.09º | 0.55% | 0.78% | - |
| XYZ | 35.64 | 33.42 | 14.02 | - |
| YUV | 155.35 | 90.56 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 146 | 89 | 0 | 0.27 | 0.55 | 0.22 | 31.09 | 0.5 | 0.56 |
| Hex | C7 | 92 | 59 | 0 | 1B | 37 | 16 | 1F | 32 | 38 |
| Octal | 307 | 222 | 131 | 0 | 33 | 67 | 26 | 37 | 62 | 70 |
| Binary | 11000111 | 10010010 | 1011001 | 0 | 11011 | 110111 | 10110 | 11111 | 110010 | 111000 |
Color Harmonies of #C79259
Complementary color
Monochromatic Colors of #C79259
Black with #C79259
Text Example
Text Example
White with #C79259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79259; }
p { color: rgb(199,146,89); }
H1.HeaderClassName
{
color: #C79259;
}
.AnyTagClassName
{
color: #C79259;
}
</style>
background-color css
<style>
a { background-color: #C79259; }
a { background-color: rgb(199,146,89); }
div.DivClassName
{
background-color: #C79259;
}
.BgClassName
{
background-color: #C79259;
}
</style>
border-color css
<style>
span { border-color: #C79259; }
span { border-color: rgb(199,146,89); }
td.TdClassName
{
border-color: #C79259;
}
.TagClassName
{
border-color: #C79259;
}
</style>