Shades of Twine #C18557
Tints of Twine #C18557
RGB
CMYK
RGB Variations
Color information
#C18557 (or 0xC18557) is known color: Twine. HEX triplet: C1, 85 and 57. RGB value is (193,133,87). Sum of RGB (Red+Green+Blue) = 193+133+87=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 87 (34.38% from 255 or 21.07% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C18557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18557 is #3E7AA8. Grayscale: #919191. Windows color (decimal): -4094633 or 5735873. OLE color: 5735873.
HSL color Cylindrical-coordinate representation of color #C18557: hue angle of 26.04º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C18557 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 133 | 87 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.24 |
| HSL | 26.04º | 0.46% | 0.55% | - |
| HSV(B) | 26.04º | 0.55% | 0.76% | - |
| XYZ | 32.1 | 28.8 | 12.88 | - |
| YUV | 145.7 | 94.88 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 133 | 87 | 0 | 0.31 | 0.55 | 0.24 | 26.04 | 0.46 | 0.55 |
| Hex | C1 | 85 | 57 | 0 | 1F | 37 | 18 | 1A | 2E | 37 |
| Octal | 301 | 205 | 127 | 0 | 37 | 67 | 30 | 32 | 56 | 67 |
| Binary | 11000001 | 10000101 | 1010111 | 0 | 11111 | 110111 | 11000 | 11010 | 101110 | 110111 |
Color Harmonies of #C18557
Complementary color
Monochromatic Colors of #C18557
Black with #C18557
Text Example
Text Example
White with #C18557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18557; }
p { color: rgb(193,133,87); }
H1.HeaderClassName
{
color: #C18557;
}
.AnyTagClassName
{
color: #C18557;
}
</style>
background-color css
<style>
a { background-color: #C18557; }
a { background-color: rgb(193,133,87); }
div.DivClassName
{
background-color: #C18557;
}
.BgClassName
{
background-color: #C18557;
}
</style>
border-color css
<style>
span { border-color: #C18557; }
span { border-color: rgb(193,133,87); }
td.TdClassName
{
border-color: #C18557;
}
.TagClassName
{
border-color: #C18557;
}
</style>