Shades of Twine #C19A5E
Tints of Twine #C19A5E
RGB
CMYK
RGB Variations
Color information
#C19A5E (or 0xC19A5E) is known color: Twine. HEX triplet: C1, 9A and 5E. RGB value is (193,154,94). Sum of RGB (Red+Green+Blue) = 193+154+94=441 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.76% from 441); Green value is 154 (60.55% from 255 or 34.92% from 441); Blue value is 94 (37.11% from 255 or 21.32% from 441); Max value from RGB is 193 - color contains mainly: red. Hex color #C19A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19A5E is #3E65A1. Grayscale: #9F9F9F. Windows color (decimal): -4089250 or 6200001. OLE color: 6200001.
HSL color Cylindrical-coordinate representation of color #C19A5E: hue angle of 36.36º 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 #C19A5E is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 154 | 94 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.24 |
| HSL | 36.36º | 0.44% | 0.56% | - |
| HSV(B) | 36.36º | 0.51% | 0.76% | - |
| XYZ | 35.57 | 35.26 | 15.52 | - |
| YUV | 158.82 | 91.42 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 154 | 94 | 0 | 0.20 | 0.51 | 0.24 | 36.36 | 0.44 | 0.56 |
| Hex | C1 | 9A | 5E | 0 | 14 | 33 | 18 | 24 | 2C | 38 |
| Octal | 301 | 232 | 136 | 0 | 24 | 63 | 30 | 44 | 54 | 70 |
| Binary | 11000001 | 10011010 | 1011110 | 0 | 10100 | 110011 | 11000 | 100100 | 101100 | 111000 |
Color Harmonies of #C19A5E
Complementary color
Monochromatic Colors of #C19A5E
Black with #C19A5E
Text Example
Text Example
White with #C19A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19A5E; }
p { color: rgb(193,154,94); }
H1.HeaderClassName
{
color: #C19A5E;
}
.AnyTagClassName
{
color: #C19A5E;
}
</style>
background-color css
<style>
a { background-color: #C19A5E; }
a { background-color: rgb(193,154,94); }
div.DivClassName
{
background-color: #C19A5E;
}
.BgClassName
{
background-color: #C19A5E;
}
</style>
border-color css
<style>
span { border-color: #C19A5E; }
span { border-color: rgb(193,154,94); }
td.TdClassName
{
border-color: #C19A5E;
}
.TagClassName
{
border-color: #C19A5E;
}
</style>