Shades of Twine #C18556
Tints of Twine #C18556
RGB
CMYK
RGB Variations
Color information
#C18556 (or 0xC18556) is known color: Twine. HEX triplet: C1, 85 and 56. RGB value is (193,133,86). Sum of RGB (Red+Green+Blue) = 193+133+86=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C18556 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18556 is #3E7AA9. Grayscale: #919191. Windows color (decimal): -4094634 or 5670337. OLE color: 5670337.
HSL color Cylindrical-coordinate representation of color #C18556: hue angle of 26.36º 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 #C18556 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 133 | 86 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.24 |
| HSL | 26.36º | 0.46% | 0.55% | - |
| HSV(B) | 26.36º | 0.55% | 0.76% | - |
| XYZ | 32.06 | 28.78 | 12.67 | - |
| YUV | 145.58 | 94.38 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 133 | 86 | 0 | 0.31 | 0.55 | 0.24 | 26.36 | 0.46 | 0.55 |
| Hex | C1 | 85 | 56 | 0 | 1F | 37 | 18 | 1A | 2E | 37 |
| Octal | 301 | 205 | 126 | 0 | 37 | 67 | 30 | 32 | 56 | 67 |
| Binary | 11000001 | 10000101 | 1010110 | 0 | 11111 | 110111 | 11000 | 11010 | 101110 | 110111 |
Color Harmonies of #C18556
Complementary color
Monochromatic Colors of #C18556
Black with #C18556
Text Example
Text Example
White with #C18556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18556; }
p { color: rgb(193,133,86); }
H1.HeaderClassName
{
color: #C18556;
}
.AnyTagClassName
{
color: #C18556;
}
</style>
background-color css
<style>
a { background-color: #C18556; }
a { background-color: rgb(193,133,86); }
div.DivClassName
{
background-color: #C18556;
}
.BgClassName
{
background-color: #C18556;
}
</style>
border-color css
<style>
span { border-color: #C18556; }
span { border-color: rgb(193,133,86); }
td.TdClassName
{
border-color: #C18556;
}
.TagClassName
{
border-color: #C18556;
}
</style>