Shades of Twine #C1865B
Tints of Twine #C1865B
RGB
CMYK
RGB Variations
Color information
#C1865B (or 0xC1865B) is known color: Twine. HEX triplet: C1, 86 and 5B. RGB value is (193,134,91). Sum of RGB (Red+Green+Blue) = 193+134+91=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 134 (52.73% from 255 or 32.06% from 418); Blue value is 91 (35.94% from 255 or 21.77% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C1865B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1865B is #3E79A4. Grayscale: #929292. Windows color (decimal): -4094373 or 5998273. OLE color: 5998273.
HSL color Cylindrical-coordinate representation of color #C1865B: hue angle of 25.29º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C1865B is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 134 | 91 | - |
| CMYK | 0 | 0.31 | 0.53 | 0.24 |
| HSL | 25.29º | 0.45% | 0.56% | - |
| HSV(B) | 25.29º | 0.53% | 0.76% | - |
| XYZ | 32.41 | 29.14 | 13.81 | - |
| YUV | 146.74 | 96.55 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 134 | 91 | 0 | 0.31 | 0.53 | 0.24 | 25.29 | 0.45 | 0.56 |
| Hex | C1 | 86 | 5B | 0 | 1F | 35 | 18 | 19 | 2D | 38 |
| Octal | 301 | 206 | 133 | 0 | 37 | 65 | 30 | 31 | 55 | 70 |
| Binary | 11000001 | 10000110 | 1011011 | 0 | 11111 | 110101 | 11000 | 11001 | 101101 | 111000 |
Color Harmonies of #C1865B
Complementary color
Monochromatic Colors of #C1865B
Black with #C1865B
Text Example
Text Example
White with #C1865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1865B; }
p { color: rgb(193,134,91); }
H1.HeaderClassName
{
color: #C1865B;
}
.AnyTagClassName
{
color: #C1865B;
}
</style>
background-color css
<style>
a { background-color: #C1865B; }
a { background-color: rgb(193,134,91); }
div.DivClassName
{
background-color: #C1865B;
}
.BgClassName
{
background-color: #C1865B;
}
</style>
border-color css
<style>
span { border-color: #C1865B; }
span { border-color: rgb(193,134,91); }
td.TdClassName
{
border-color: #C1865B;
}
.TagClassName
{
border-color: #C1865B;
}
</style>