Shades of Twine #C79A5D
Tints of Twine #C79A5D
RGB
CMYK
RGB Variations
Color information
#C79A5D (or 0xC79A5D) is known color: Twine. HEX triplet: C7, 9A and 5D. RGB value is (199,154,93). Sum of RGB (Red+Green+Blue) = 199+154+93=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 154 (60.55% from 255 or 34.53% from 446); Blue value is 93 (36.72% from 255 or 20.85% from 446); Max value from RGB is 199 - color contains mainly: red. Hex color #C79A5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79A5D is #3865A2. Grayscale: #A0A0A0. Windows color (decimal): -3696035 or 6134471. OLE color: 6134471.
HSL color Cylindrical-coordinate representation of color #C79A5D: hue angle of 34.53º degrees, saturation: 0.49, 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 #C79A5D is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 154 | 93 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.22 |
| HSL | 34.53º | 0.49% | 0.57% | - |
| HSV(B) | 34.53º | 0.53% | 0.78% | - |
| XYZ | 37.08 | 36.04 | 15.36 | - |
| YUV | 160.5 | 89.91 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 154 | 93 | 0 | 0.23 | 0.53 | 0.22 | 34.53 | 0.49 | 0.57 |
| Hex | C7 | 9A | 5D | 0 | 17 | 35 | 16 | 23 | 31 | 39 |
| Octal | 307 | 232 | 135 | 0 | 27 | 65 | 26 | 43 | 61 | 71 |
| Binary | 11000111 | 10011010 | 1011101 | 0 | 10111 | 110101 | 10110 | 100011 | 110001 | 111001 |
Color Harmonies of #C79A5D
Complementary color
Monochromatic Colors of #C79A5D
Black with #C79A5D
Text Example
Text Example
White with #C79A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79A5D; }
p { color: rgb(199,154,93); }
H1.HeaderClassName
{
color: #C79A5D;
}
.AnyTagClassName
{
color: #C79A5D;
}
</style>
background-color css
<style>
a { background-color: #C79A5D; }
a { background-color: rgb(199,154,93); }
div.DivClassName
{
background-color: #C79A5D;
}
.BgClassName
{
background-color: #C79A5D;
}
</style>
border-color css
<style>
span { border-color: #C79A5D; }
span { border-color: rgb(199,154,93); }
td.TdClassName
{
border-color: #C79A5D;
}
.TagClassName
{
border-color: #C79A5D;
}
</style>