Shades of Twine #C79A58
Tints of Twine #C79A58
RGB
CMYK
RGB Variations
Color information
#C79A58 (or 0xC79A58) is known color: Twine. HEX triplet: C7, 9A and 58. RGB value is (199,154,88). Sum of RGB (Red+Green+Blue) = 199+154+88=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 154 (60.55% from 255 or 34.92% from 441); Blue value is 88 (34.77% from 255 or 19.95% from 441); Max value from RGB is 199 - color contains mainly: red. Hex color #C79A58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79A58 is #3865A7. Grayscale: #A0A0A0. Windows color (decimal): -3696040 or 5806791. OLE color: 5806791.
HSL color Cylindrical-coordinate representation of color #C79A58: hue angle of 35.68º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C79A58 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 154 | 88 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.22 |
| HSL | 35.68º | 0.5% | 0.56% | - |
| HSV(B) | 35.68º | 0.56% | 0.78% | - |
| XYZ | 36.87 | 35.96 | 14.23 | - |
| YUV | 159.93 | 87.41 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 154 | 88 | 0 | 0.23 | 0.56 | 0.22 | 35.68 | 0.5 | 0.56 |
| Hex | C7 | 9A | 58 | 0 | 17 | 38 | 16 | 24 | 32 | 38 |
| Octal | 307 | 232 | 130 | 0 | 27 | 70 | 26 | 44 | 62 | 70 |
| Binary | 11000111 | 10011010 | 1011000 | 0 | 10111 | 111000 | 10110 | 100100 | 110010 | 111000 |
Color Harmonies of #C79A58
Complementary color
Monochromatic Colors of #C79A58
Black with #C79A58
Text Example
Text Example
White with #C79A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79A58; }
p { color: rgb(199,154,88); }
H1.HeaderClassName
{
color: #C79A58;
}
.AnyTagClassName
{
color: #C79A58;
}
</style>
background-color css
<style>
a { background-color: #C79A58; }
a { background-color: rgb(199,154,88); }
div.DivClassName
{
background-color: #C79A58;
}
.BgClassName
{
background-color: #C79A58;
}
</style>
border-color css
<style>
span { border-color: #C79A58; }
span { border-color: rgb(199,154,88); }
td.TdClassName
{
border-color: #C79A58;
}
.TagClassName
{
border-color: #C79A58;
}
</style>