Shades of Twine #C18D51
Tints of Twine #C18D51
RGB
CMYK
RGB Variations
Color information
#C18D51 (or 0xC18D51) is known color: Twine. HEX triplet: C1, 8D and 51. RGB value is (193,141,81). Sum of RGB (Red+Green+Blue) = 193+141+81=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 81 (32.03% from 255 or 19.52% from 415); Max value from RGB is 193 - color contains mainly: red. Hex color #C18D51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18D51 is #3E72AE. Grayscale: #969696. Windows color (decimal): -4092591 or 5344705. OLE color: 5344705.
HSL color Cylindrical-coordinate representation of color #C18D51: hue angle of 32.14º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C18D51 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 141 | 81 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.24 |
| HSL | 32.14º | 0.47% | 0.54% | - |
| HSV(B) | 32.14º | 0.58% | 0.76% | - |
| XYZ | 33 | 30.98 | 12.03 | - |
| YUV | 149.71 | 89.23 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 141 | 81 | 0 | 0.27 | 0.58 | 0.24 | 32.14 | 0.47 | 0.54 |
| Hex | C1 | 8D | 51 | 0 | 1B | 3A | 18 | 20 | 2F | 36 |
| Octal | 301 | 215 | 121 | 0 | 33 | 72 | 30 | 40 | 57 | 66 |
| Binary | 11000001 | 10001101 | 1010001 | 0 | 11011 | 111010 | 11000 | 100000 | 101111 | 110110 |
Color Harmonies of #C18D51
Complementary color
Monochromatic Colors of #C18D51
Black with #C18D51
Text Example
Text Example
White with #C18D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18D51; }
p { color: rgb(193,141,81); }
H1.HeaderClassName
{
color: #C18D51;
}
.AnyTagClassName
{
color: #C18D51;
}
</style>
background-color css
<style>
a { background-color: #C18D51; }
a { background-color: rgb(193,141,81); }
div.DivClassName
{
background-color: #C18D51;
}
.BgClassName
{
background-color: #C18D51;
}
</style>
border-color css
<style>
span { border-color: #C18D51; }
span { border-color: rgb(193,141,81); }
td.TdClassName
{
border-color: #C18D51;
}
.TagClassName
{
border-color: #C18D51;
}
</style>