Shades of Twine #C18A51
Tints of Twine #C18A51
RGB
CMYK
RGB Variations
Color information
#C18A51 (or 0xC18A51) is known color: Twine. HEX triplet: C1, 8A and 51. RGB value is (193,138,81). Sum of RGB (Red+Green+Blue) = 193+138+81=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 81 (32.03% from 255 or 19.66% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C18A51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18A51 is #3E75AE. Grayscale: #949494. Windows color (decimal): -4093359 or 5343937. OLE color: 5343937.
HSL color Cylindrical-coordinate representation of color #C18A51: hue angle of 30.54º 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 #C18A51 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 138 | 81 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.24 |
| HSL | 30.54º | 0.47% | 0.54% | - |
| HSV(B) | 30.54º | 0.58% | 0.76% | - |
| XYZ | 32.57 | 30.11 | 11.88 | - |
| YUV | 147.95 | 90.22 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 138 | 81 | 0 | 0.28 | 0.58 | 0.24 | 30.54 | 0.47 | 0.54 |
| Hex | C1 | 8A | 51 | 0 | 1C | 3A | 18 | 1F | 2F | 36 |
| Octal | 301 | 212 | 121 | 0 | 34 | 72 | 30 | 37 | 57 | 66 |
| Binary | 11000001 | 10001010 | 1010001 | 0 | 11100 | 111010 | 11000 | 11111 | 101111 | 110110 |
Color Harmonies of #C18A51
Complementary color
Monochromatic Colors of #C18A51
Black with #C18A51
Text Example
Text Example
White with #C18A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18A51; }
p { color: rgb(193,138,81); }
H1.HeaderClassName
{
color: #C18A51;
}
.AnyTagClassName
{
color: #C18A51;
}
</style>
background-color css
<style>
a { background-color: #C18A51; }
a { background-color: rgb(193,138,81); }
div.DivClassName
{
background-color: #C18A51;
}
.BgClassName
{
background-color: #C18A51;
}
</style>
border-color css
<style>
span { border-color: #C18A51; }
span { border-color: rgb(193,138,81); }
td.TdClassName
{
border-color: #C18A51;
}
.TagClassName
{
border-color: #C18A51;
}
</style>