Shades of Twine #C79D5C
Tints of Twine #C79D5C
RGB
CMYK
RGB Variations
Color information
#C79D5C (or 0xC79D5C) is known color: Twine. HEX triplet: C7, 9D and 5C. RGB value is (199,157,92). Sum of RGB (Red+Green+Blue) = 199+157+92=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 157 (61.72% from 255 or 35.04% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 199 - color contains mainly: red. Hex color #C79D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79D5C is #3862A3. Grayscale: #A2A2A2. Windows color (decimal): -3695268 or 6069703. OLE color: 6069703.
HSL color Cylindrical-coordinate representation of color #C79D5C: hue angle of 36.45º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C79D5C is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 157 | 92 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.22 |
| HSL | 36.45º | 0.49% | 0.57% | - |
| HSV(B) | 36.45º | 0.54% | 0.78% | - |
| XYZ | 37.54 | 37.03 | 15.29 | - |
| YUV | 162.15 | 88.41 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 157 | 92 | 0 | 0.21 | 0.54 | 0.22 | 36.45 | 0.49 | 0.57 |
| Hex | C7 | 9D | 5C | 0 | 15 | 36 | 16 | 24 | 31 | 39 |
| Octal | 307 | 235 | 134 | 0 | 25 | 66 | 26 | 44 | 61 | 71 |
| Binary | 11000111 | 10011101 | 1011100 | 0 | 10101 | 110110 | 10110 | 100100 | 110001 | 111001 |
Color Harmonies of #C79D5C
Complementary color
Monochromatic Colors of #C79D5C
Black with #C79D5C
Text Example
Text Example
White with #C79D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79D5C; }
p { color: rgb(199,157,92); }
H1.HeaderClassName
{
color: #C79D5C;
}
.AnyTagClassName
{
color: #C79D5C;
}
</style>
background-color css
<style>
a { background-color: #C79D5C; }
a { background-color: rgb(199,157,92); }
div.DivClassName
{
background-color: #C79D5C;
}
.BgClassName
{
background-color: #C79D5C;
}
</style>
border-color css
<style>
span { border-color: #C79D5C; }
span { border-color: rgb(199,157,92); }
td.TdClassName
{
border-color: #C79D5C;
}
.TagClassName
{
border-color: #C79D5C;
}
</style>