Shades of Twine #C79256
Tints of Twine #C79256
RGB
CMYK
RGB Variations
Color information
#C79256 (or 0xC79256) is known color: Twine. HEX triplet: C7, 92 and 56. RGB value is (199,146,86). Sum of RGB (Red+Green+Blue) = 199+146+86=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 86 (33.98% from 255 or 19.95% from 431); Max value from RGB is 199 - color contains mainly: red. Hex color #C79256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79256 is #386DA9. Grayscale: #9B9B9B. Windows color (decimal): -3698090 or 5673671. OLE color: 5673671.
HSL color Cylindrical-coordinate representation of color #C79256: hue angle of 31.86º 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 #C79256 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 146 | 86 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.22 |
| HSL | 31.86º | 0.5% | 0.56% | - |
| HSV(B) | 31.86º | 0.57% | 0.78% | - |
| XYZ | 35.51 | 33.37 | 13.37 | - |
| YUV | 155.01 | 89.06 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 146 | 86 | 0 | 0.27 | 0.57 | 0.22 | 31.86 | 0.5 | 0.56 |
| Hex | C7 | 92 | 56 | 0 | 1B | 39 | 16 | 20 | 32 | 38 |
| Octal | 307 | 222 | 126 | 0 | 33 | 71 | 26 | 40 | 62 | 70 |
| Binary | 11000111 | 10010010 | 1010110 | 0 | 11011 | 111001 | 10110 | 100000 | 110010 | 111000 |
Color Harmonies of #C79256
Complementary color
Monochromatic Colors of #C79256
Black with #C79256
Text Example
Text Example
White with #C79256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79256; }
p { color: rgb(199,146,86); }
H1.HeaderClassName
{
color: #C79256;
}
.AnyTagClassName
{
color: #C79256;
}
</style>
background-color css
<style>
a { background-color: #C79256; }
a { background-color: rgb(199,146,86); }
div.DivClassName
{
background-color: #C79256;
}
.BgClassName
{
background-color: #C79256;
}
</style>
border-color css
<style>
span { border-color: #C79256; }
span { border-color: rgb(199,146,86); }
td.TdClassName
{
border-color: #C79256;
}
.TagClassName
{
border-color: #C79256;
}
</style>