Shades of Twine #C1865E
Tints of Twine #C1865E
RGB
CMYK
RGB Variations
Color information
#C1865E (or 0xC1865E) is known color: Twine. HEX triplet: C1, 86 and 5E. RGB value is (193,134,94). Sum of RGB (Red+Green+Blue) = 193+134+94=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 134 (52.73% from 255 or 31.83% from 421); Blue value is 94 (37.11% from 255 or 22.33% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C1865E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1865E is #3E79A1. Grayscale: #939393. Windows color (decimal): -4094370 or 6194881. OLE color: 6194881.
HSL color Cylindrical-coordinate representation of color #C1865E: hue angle of 24.24º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C1865E is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 134 | 94 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.24 |
| HSL | 24.24º | 0.44% | 0.56% | - |
| HSV(B) | 24.24º | 0.51% | 0.76% | - |
| XYZ | 32.54 | 29.2 | 14.51 | - |
| YUV | 147.08 | 98.05 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 134 | 94 | 0 | 0.31 | 0.51 | 0.24 | 24.24 | 0.44 | 0.56 |
| Hex | C1 | 86 | 5E | 0 | 1F | 33 | 18 | 18 | 2C | 38 |
| Octal | 301 | 206 | 136 | 0 | 37 | 63 | 30 | 30 | 54 | 70 |
| Binary | 11000001 | 10000110 | 1011110 | 0 | 11111 | 110011 | 11000 | 11000 | 101100 | 111000 |
Color Harmonies of #C1865E
Complementary color
Monochromatic Colors of #C1865E
Black with #C1865E
Text Example
Text Example
White with #C1865E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1865E; }
p { color: rgb(193,134,94); }
H1.HeaderClassName
{
color: #C1865E;
}
.AnyTagClassName
{
color: #C1865E;
}
</style>
background-color css
<style>
a { background-color: #C1865E; }
a { background-color: rgb(193,134,94); }
div.DivClassName
{
background-color: #C1865E;
}
.BgClassName
{
background-color: #C1865E;
}
</style>
border-color css
<style>
span { border-color: #C1865E; }
span { border-color: rgb(193,134,94); }
td.TdClassName
{
border-color: #C1865E;
}
.TagClassName
{
border-color: #C1865E;
}
</style>