Shades of Twine #C18D5F
Tints of Twine #C18D5F
RGB
CMYK
RGB Variations
Color information
#C18D5F (or 0xC18D5F) is known color: Twine. HEX triplet: C1, 8D and 5F. RGB value is (193,141,95). Sum of RGB (Red+Green+Blue) = 193+141+95=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 95 (37.5% from 255 or 22.14% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C18D5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18D5F is #3E72A0. Grayscale: #979797. Windows color (decimal): -4092577 or 6262209. OLE color: 6262209.
HSL color Cylindrical-coordinate representation of color #C18D5F: hue angle of 28.16º 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 #C18D5F is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 141 | 95 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.24 |
| HSL | 28.16º | 0.44% | 0.56% | - |
| HSV(B) | 28.16º | 0.51% | 0.76% | - |
| XYZ | 33.58 | 31.21 | 15.08 | - |
| YUV | 151.3 | 96.23 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 141 | 95 | 0 | 0.27 | 0.51 | 0.24 | 28.16 | 0.44 | 0.56 |
| Hex | C1 | 8D | 5F | 0 | 1B | 33 | 18 | 1C | 2C | 38 |
| Octal | 301 | 215 | 137 | 0 | 33 | 63 | 30 | 34 | 54 | 70 |
| Binary | 11000001 | 10001101 | 1011111 | 0 | 11011 | 110011 | 11000 | 11100 | 101100 | 111000 |
Color Harmonies of #C18D5F
Complementary color
Monochromatic Colors of #C18D5F
Black with #C18D5F
Text Example
Text Example
White with #C18D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18D5F; }
p { color: rgb(193,141,95); }
H1.HeaderClassName
{
color: #C18D5F;
}
.AnyTagClassName
{
color: #C18D5F;
}
</style>
background-color css
<style>
a { background-color: #C18D5F; }
a { background-color: rgb(193,141,95); }
div.DivClassName
{
background-color: #C18D5F;
}
.BgClassName
{
background-color: #C18D5F;
}
</style>
border-color css
<style>
span { border-color: #C18D5F; }
span { border-color: rgb(193,141,95); }
td.TdClassName
{
border-color: #C18D5F;
}
.TagClassName
{
border-color: #C18D5F;
}
</style>