Shades of Twine #C79D56
Tints of Twine #C79D56
RGB
CMYK
RGB Variations
Color information
#C79D56 (or 0xC79D56) is known color: Twine. HEX triplet: C7, 9D and 56. RGB value is (199,157,86). Sum of RGB (Red+Green+Blue) = 199+157+86=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 157 (61.72% from 255 or 35.52% from 442); Blue value is 86 (33.98% from 255 or 19.46% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C79D56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79D56 is #3862A9. Grayscale: #A1A1A1. Windows color (decimal): -3695274 or 5676487. OLE color: 5676487.
HSL color Cylindrical-coordinate representation of color #C79D56: hue angle of 37.7º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C79D56 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 157 | 86 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.22 |
| HSL | 37.7º | 0.5% | 0.56% | - |
| HSV(B) | 37.7º | 0.57% | 0.78% | - |
| XYZ | 37.29 | 36.93 | 13.97 | - |
| YUV | 161.46 | 85.41 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 157 | 86 | 0 | 0.21 | 0.57 | 0.22 | 37.7 | 0.5 | 0.56 |
| Hex | C7 | 9D | 56 | 0 | 15 | 39 | 16 | 26 | 32 | 38 |
| Octal | 307 | 235 | 126 | 0 | 25 | 71 | 26 | 46 | 62 | 70 |
| Binary | 11000111 | 10011101 | 1010110 | 0 | 10101 | 111001 | 10110 | 100110 | 110010 | 111000 |
Color Harmonies of #C79D56
Complementary color
Monochromatic Colors of #C79D56
Black with #C79D56
Text Example
Text Example
White with #C79D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79D56; }
p { color: rgb(199,157,86); }
H1.HeaderClassName
{
color: #C79D56;
}
.AnyTagClassName
{
color: #C79D56;
}
</style>
background-color css
<style>
a { background-color: #C79D56; }
a { background-color: rgb(199,157,86); }
div.DivClassName
{
background-color: #C79D56;
}
.BgClassName
{
background-color: #C79D56;
}
</style>
border-color css
<style>
span { border-color: #C79D56; }
span { border-color: rgb(199,157,86); }
td.TdClassName
{
border-color: #C79D56;
}
.TagClassName
{
border-color: #C79D56;
}
</style>