Shades of Twine #C19259
Tints of Twine #C19259
RGB
CMYK
RGB Variations
Color information
#C19259 (or 0xC19259) is known color: Twine. HEX triplet: C1, 92 and 59. RGB value is (193,146,89). Sum of RGB (Red+Green+Blue) = 193+146+89=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 89 (35.16% from 255 or 20.79% from 428); Max value from RGB is 193 - color contains mainly: red. Hex color #C19259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19259 is #3E6DA6. Grayscale: #999999. Windows color (decimal): -4091303 or 5870273. OLE color: 5870273.
HSL color Cylindrical-coordinate representation of color #C19259: hue angle of 32.88º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C19259 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 89 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.24 |
| HSL | 32.88º | 0.46% | 0.55% | - |
| HSV(B) | 32.88º | 0.54% | 0.76% | - |
| XYZ | 34.07 | 32.62 | 13.95 | - |
| YUV | 153.56 | 91.57 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 89 | 0 | 0.24 | 0.54 | 0.24 | 32.88 | 0.46 | 0.55 |
| Hex | C1 | 92 | 59 | 0 | 18 | 36 | 18 | 21 | 2E | 37 |
| Octal | 301 | 222 | 131 | 0 | 30 | 66 | 30 | 41 | 56 | 67 |
| Binary | 11000001 | 10010010 | 1011001 | 0 | 11000 | 110110 | 11000 | 100001 | 101110 | 110111 |
Color Harmonies of #C19259
Complementary color
Monochromatic Colors of #C19259
Black with #C19259
Text Example
Text Example
White with #C19259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19259; }
p { color: rgb(193,146,89); }
H1.HeaderClassName
{
color: #C19259;
}
.AnyTagClassName
{
color: #C19259;
}
</style>
background-color css
<style>
a { background-color: #C19259; }
a { background-color: rgb(193,146,89); }
div.DivClassName
{
background-color: #C19259;
}
.BgClassName
{
background-color: #C19259;
}
</style>
border-color css
<style>
span { border-color: #C19259; }
span { border-color: rgb(193,146,89); }
td.TdClassName
{
border-color: #C19259;
}
.TagClassName
{
border-color: #C19259;
}
</style>