Shades of Twine #C18F61
Tints of Twine #C18F61
RGB
CMYK
RGB Variations
Color information
#C18F61 (or 0xC18F61) is known color: Twine. HEX triplet: C1, 8F and 61. RGB value is (193,143,97). Sum of RGB (Red+Green+Blue) = 193+143+97=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 97 (38.28% from 255 or 22.40% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C18F61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18F61 is #3E709E. Grayscale: #989898. Windows color (decimal): -4092063 or 6393793. OLE color: 6393793.
HSL color Cylindrical-coordinate representation of color #C18F61: hue angle of 28.75º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C18F61 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 143 | 97 | - |
| CMYK | 0 | 0.26 | 0.50 | 0.24 |
| HSL | 28.75º | 0.44% | 0.57% | - |
| HSV(B) | 28.75º | 0.5% | 0.76% | - |
| XYZ | 33.97 | 31.85 | 15.67 | - |
| YUV | 152.71 | 96.57 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 143 | 97 | 0 | 0.26 | 0.50 | 0.24 | 28.75 | 0.44 | 0.57 |
| Hex | C1 | 8F | 61 | 0 | 1A | 32 | 18 | 1D | 2C | 39 |
| Octal | 301 | 217 | 141 | 0 | 32 | 62 | 30 | 35 | 54 | 71 |
| Binary | 11000001 | 10001111 | 1100001 | 0 | 11010 | 110010 | 11000 | 11101 | 101100 | 111001 |
Color Harmonies of #C18F61
Complementary color
Monochromatic Colors of #C18F61
Black with #C18F61
Text Example
Text Example
White with #C18F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18F61; }
p { color: rgb(193,143,97); }
H1.HeaderClassName
{
color: #C18F61;
}
.AnyTagClassName
{
color: #C18F61;
}
</style>
background-color css
<style>
a { background-color: #C18F61; }
a { background-color: rgb(193,143,97); }
div.DivClassName
{
background-color: #C18F61;
}
.BgClassName
{
background-color: #C18F61;
}
</style>
border-color css
<style>
span { border-color: #C18F61; }
span { border-color: rgb(193,143,97); }
td.TdClassName
{
border-color: #C18F61;
}
.TagClassName
{
border-color: #C18F61;
}
</style>