Shades of Twine #C18D61
Tints of Twine #C18D61
RGB
CMYK
RGB Variations
Color information
#C18D61 (or 0xC18D61) is known color: Twine. HEX triplet: C1, 8D and 61. RGB value is (193,141,97). Sum of RGB (Red+Green+Blue) = 193+141+97=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 97 (38.28% from 255 or 22.51% from 431); Max value from RGB is 193 - color contains mainly: red. Hex color #C18D61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18D61 is #3E729E. Grayscale: #979797. Windows color (decimal): -4092575 or 6393281. OLE color: 6393281.
HSL color Cylindrical-coordinate representation of color #C18D61: hue angle of 27.5º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C18D61 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 141 | 97 | - |
| CMYK | 0 | 0.27 | 0.50 | 0.24 |
| HSL | 27.5º | 0.44% | 0.57% | - |
| HSV(B) | 27.5º | 0.5% | 0.76% | - |
| XYZ | 33.67 | 31.25 | 15.57 | - |
| YUV | 151.53 | 97.23 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 141 | 97 | 0 | 0.27 | 0.50 | 0.24 | 27.5 | 0.44 | 0.57 |
| Hex | C1 | 8D | 61 | 0 | 1B | 32 | 18 | 1C | 2C | 39 |
| Octal | 301 | 215 | 141 | 0 | 33 | 62 | 30 | 34 | 54 | 71 |
| Binary | 11000001 | 10001101 | 1100001 | 0 | 11011 | 110010 | 11000 | 11100 | 101100 | 111001 |
Color Harmonies of #C18D61
Complementary color
Monochromatic Colors of #C18D61
Black with #C18D61
Text Example
Text Example
White with #C18D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18D61; }
p { color: rgb(193,141,97); }
H1.HeaderClassName
{
color: #C18D61;
}
.AnyTagClassName
{
color: #C18D61;
}
</style>
background-color css
<style>
a { background-color: #C18D61; }
a { background-color: rgb(193,141,97); }
div.DivClassName
{
background-color: #C18D61;
}
.BgClassName
{
background-color: #C18D61;
}
</style>
border-color css
<style>
span { border-color: #C18D61; }
span { border-color: rgb(193,141,97); }
td.TdClassName
{
border-color: #C18D61;
}
.TagClassName
{
border-color: #C18D61;
}
</style>