Shades of Twine #C19060
Tints of Twine #C19060
RGB
CMYK
RGB Variations
Color information
#C19060 (or 0xC19060) is known color: Twine. HEX triplet: C1, 90 and 60. RGB value is (193,144,96). Sum of RGB (Red+Green+Blue) = 193+144+96=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 144 (56.64% from 255 or 33.26% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C19060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19060 is #3E6F9F. Grayscale: #999999. Windows color (decimal): -4091808 or 6328513. OLE color: 6328513.
HSL color Cylindrical-coordinate representation of color #C19060: hue angle of 29.69º 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 #C19060 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 144 | 96 | - |
| CMYK | 0 | 0.25 | 0.50 | 0.24 |
| HSL | 29.69º | 0.44% | 0.57% | - |
| HSV(B) | 29.69º | 0.5% | 0.76% | - |
| XYZ | 34.08 | 32.13 | 15.47 | - |
| YUV | 153.18 | 95.73 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 144 | 96 | 0 | 0.25 | 0.50 | 0.24 | 29.69 | 0.44 | 0.57 |
| Hex | C1 | 90 | 60 | 0 | 19 | 32 | 18 | 1E | 2C | 39 |
| Octal | 301 | 220 | 140 | 0 | 31 | 62 | 30 | 36 | 54 | 71 |
| Binary | 11000001 | 10010000 | 1100000 | 0 | 11001 | 110010 | 11000 | 11110 | 101100 | 111001 |
Color Harmonies of #C19060
Complementary color
Monochromatic Colors of #C19060
Black with #C19060
Text Example
Text Example
White with #C19060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19060; }
p { color: rgb(193,144,96); }
H1.HeaderClassName
{
color: #C19060;
}
.AnyTagClassName
{
color: #C19060;
}
</style>
background-color css
<style>
a { background-color: #C19060; }
a { background-color: rgb(193,144,96); }
div.DivClassName
{
background-color: #C19060;
}
.BgClassName
{
background-color: #C19060;
}
</style>
border-color css
<style>
span { border-color: #C19060; }
span { border-color: rgb(193,144,96); }
td.TdClassName
{
border-color: #C19060;
}
.TagClassName
{
border-color: #C19060;
}
</style>