Shades of Twine #C18960
Tints of Twine #C18960
RGB
CMYK
RGB Variations
Color information
#C18960 (or 0xC18960) is known color: Twine. HEX triplet: C1, 89 and 60. RGB value is (193,137,96). Sum of RGB (Red+Green+Blue) = 193+137+96=426 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.31% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 193 - color contains mainly: red. Hex color #C18960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18960 is #3E769F. Grayscale: #959595. Windows color (decimal): -4093600 or 6326721. OLE color: 6326721.
HSL color Cylindrical-coordinate representation of color #C18960: hue angle of 25.36º 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 #C18960 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 137 | 96 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.24 |
| HSL | 25.36º | 0.44% | 0.57% | - |
| HSV(B) | 25.36º | 0.5% | 0.76% | - |
| XYZ | 33.05 | 30.07 | 15.13 | - |
| YUV | 149.07 | 98.05 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 96 | 0 | 0.29 | 0.50 | 0.24 | 25.36 | 0.44 | 0.57 |
| Hex | C1 | 89 | 60 | 0 | 1D | 32 | 18 | 19 | 2C | 39 |
| Octal | 301 | 211 | 140 | 0 | 35 | 62 | 30 | 31 | 54 | 71 |
| Binary | 11000001 | 10001001 | 1100000 | 0 | 11101 | 110010 | 11000 | 11001 | 101100 | 111001 |
Color Harmonies of #C18960
Complementary color
Monochromatic Colors of #C18960
Black with #C18960
Text Example
Text Example
White with #C18960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18960; }
p { color: rgb(193,137,96); }
H1.HeaderClassName
{
color: #C18960;
}
.AnyTagClassName
{
color: #C18960;
}
</style>
background-color css
<style>
a { background-color: #C18960; }
a { background-color: rgb(193,137,96); }
div.DivClassName
{
background-color: #C18960;
}
.BgClassName
{
background-color: #C18960;
}
</style>
border-color css
<style>
span { border-color: #C18960; }
span { border-color: rgb(193,137,96); }
td.TdClassName
{
border-color: #C18960;
}
.TagClassName
{
border-color: #C18960;
}
</style>