Shades of Twine #C1864E
Tints of Twine #C1864E
RGB
CMYK
RGB Variations
Color information
#C1864E (or 0xC1864E) is known color: Twine. HEX triplet: C1, 86 and 4E. RGB value is (193,134,78). Sum of RGB (Red+Green+Blue) = 193+134+78=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 78 (30.86% from 255 or 19.26% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C1864E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1864E is #3E79B1. Grayscale: #919191. Windows color (decimal): -4094386 or 5146305. OLE color: 5146305.
HSL color Cylindrical-coordinate representation of color #C1864E: hue angle of 29.22º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C1864E is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 134 | 78 | - |
| CMYK | 0 | 0.31 | 0.60 | 0.24 |
| HSL | 29.22º | 0.48% | 0.53% | - |
| HSV(B) | 29.22º | 0.6% | 0.76% | - |
| XYZ | 31.89 | 28.94 | 11.11 | - |
| YUV | 145.26 | 90.05 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 134 | 78 | 0 | 0.31 | 0.60 | 0.24 | 29.22 | 0.48 | 0.53 |
| Hex | C1 | 86 | 4E | 0 | 1F | 3C | 18 | 1D | 30 | 35 |
| Octal | 301 | 206 | 116 | 0 | 37 | 74 | 30 | 35 | 60 | 65 |
| Binary | 11000001 | 10000110 | 1001110 | 0 | 11111 | 111100 | 11000 | 11101 | 110000 | 110101 |
Color Harmonies of #C1864E
Complementary color
Monochromatic Colors of #C1864E
Black with #C1864E
Text Example
Text Example
White with #C1864E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1864E; }
p { color: rgb(193,134,78); }
H1.HeaderClassName
{
color: #C1864E;
}
.AnyTagClassName
{
color: #C1864E;
}
</style>
background-color css
<style>
a { background-color: #C1864E; }
a { background-color: rgb(193,134,78); }
div.DivClassName
{
background-color: #C1864E;
}
.BgClassName
{
background-color: #C1864E;
}
</style>
border-color css
<style>
span { border-color: #C1864E; }
span { border-color: rgb(193,134,78); }
td.TdClassName
{
border-color: #C1864E;
}
.TagClassName
{
border-color: #C1864E;
}
</style>