Shades of Twine #C79A5E
Tints of Twine #C79A5E
RGB
CMYK
RGB Variations
Color information
#C79A5E (or 0xC79A5E) is known color: Twine. HEX triplet: C7, 9A and 5E. RGB value is (199,154,94). Sum of RGB (Red+Green+Blue) = 199+154+94=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 154 (60.55% from 255 or 34.45% from 447); Blue value is 94 (37.11% from 255 or 21.03% from 447); Max value from RGB is 199 - color contains mainly: red. Hex color #C79A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79A5E is #3865A1. Grayscale: #A0A0A0. Windows color (decimal): -3696034 or 6200007. OLE color: 6200007.
HSL color Cylindrical-coordinate representation of color #C79A5E: hue angle of 34.29º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C79A5E is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 154 | 94 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.22 |
| HSL | 34.29º | 0.48% | 0.57% | - |
| HSV(B) | 34.29º | 0.53% | 0.78% | - |
| XYZ | 37.13 | 36.06 | 15.59 | - |
| YUV | 160.62 | 90.41 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 154 | 94 | 0 | 0.23 | 0.53 | 0.22 | 34.29 | 0.48 | 0.57 |
| Hex | C7 | 9A | 5E | 0 | 17 | 35 | 16 | 22 | 30 | 39 |
| Octal | 307 | 232 | 136 | 0 | 27 | 65 | 26 | 42 | 60 | 71 |
| Binary | 11000111 | 10011010 | 1011110 | 0 | 10111 | 110101 | 10110 | 100010 | 110000 | 111001 |
Color Harmonies of #C79A5E
Complementary color
Monochromatic Colors of #C79A5E
Black with #C79A5E
Text Example
Text Example
White with #C79A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79A5E; }
p { color: rgb(199,154,94); }
H1.HeaderClassName
{
color: #C79A5E;
}
.AnyTagClassName
{
color: #C79A5E;
}
</style>
background-color css
<style>
a { background-color: #C79A5E; }
a { background-color: rgb(199,154,94); }
div.DivClassName
{
background-color: #C79A5E;
}
.BgClassName
{
background-color: #C79A5E;
}
</style>
border-color css
<style>
span { border-color: #C79A5E; }
span { border-color: rgb(199,154,94); }
td.TdClassName
{
border-color: #C79A5E;
}
.TagClassName
{
border-color: #C79A5E;
}
</style>