Shades of Twine #C18959
Tints of Twine #C18959
RGB
CMYK
RGB Variations
Color information
#C18959 (or 0xC18959) is known color: Twine. HEX triplet: C1, 89 and 59. RGB value is (193,137,89). Sum of RGB (Red+Green+Blue) = 193+137+89=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 89 (35.16% from 255 or 21.24% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C18959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18959 is #3E76A6. Grayscale: #949494. Windows color (decimal): -4093607 or 5867969. OLE color: 5867969.
HSL color Cylindrical-coordinate representation of color #C18959: hue angle of 27.69º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C18959 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 137 | 89 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.24 |
| HSL | 27.69º | 0.46% | 0.55% | - |
| HSV(B) | 27.69º | 0.54% | 0.76% | - |
| XYZ | 32.74 | 29.95 | 13.51 | - |
| YUV | 148.27 | 94.55 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 89 | 0 | 0.29 | 0.54 | 0.24 | 27.69 | 0.46 | 0.55 |
| Hex | C1 | 89 | 59 | 0 | 1D | 36 | 18 | 1C | 2E | 37 |
| Octal | 301 | 211 | 131 | 0 | 35 | 66 | 30 | 34 | 56 | 67 |
| Binary | 11000001 | 10001001 | 1011001 | 0 | 11101 | 110110 | 11000 | 11100 | 101110 | 110111 |
Color Harmonies of #C18959
Complementary color
Monochromatic Colors of #C18959
Black with #C18959
Text Example
Text Example
White with #C18959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18959; }
p { color: rgb(193,137,89); }
H1.HeaderClassName
{
color: #C18959;
}
.AnyTagClassName
{
color: #C18959;
}
</style>
background-color css
<style>
a { background-color: #C18959; }
a { background-color: rgb(193,137,89); }
div.DivClassName
{
background-color: #C18959;
}
.BgClassName
{
background-color: #C18959;
}
</style>
border-color css
<style>
span { border-color: #C18959; }
span { border-color: rgb(193,137,89); }
td.TdClassName
{
border-color: #C18959;
}
.TagClassName
{
border-color: #C18959;
}
</style>