Shades of Twine #C19158
Tints of Twine #C19158
RGB
CMYK
RGB Variations
Color information
#C19158 (or 0xC19158) is known color: Twine. HEX triplet: C1, 91 and 58. RGB value is (193,145,88). Sum of RGB (Red+Green+Blue) = 193+145+88=426 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.31% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 88 (34.77% from 255 or 20.66% from 426); Max value from RGB is 193 - color contains mainly: red. Hex color #C19158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19158 is #3E6EA7. Grayscale: #999999. Windows color (decimal): -4091560 or 5804481. OLE color: 5804481.
HSL color Cylindrical-coordinate representation of color #C19158: hue angle of 32.57º 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 #C19158 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 145 | 88 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.24 |
| HSL | 32.57º | 0.46% | 0.55% | - |
| HSV(B) | 32.57º | 0.54% | 0.76% | - |
| XYZ | 33.88 | 32.29 | 13.68 | - |
| YUV | 152.85 | 91.4 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 145 | 88 | 0 | 0.25 | 0.54 | 0.24 | 32.57 | 0.46 | 0.55 |
| Hex | C1 | 91 | 58 | 0 | 19 | 36 | 18 | 21 | 2E | 37 |
| Octal | 301 | 221 | 130 | 0 | 31 | 66 | 30 | 41 | 56 | 67 |
| Binary | 11000001 | 10010001 | 1011000 | 0 | 11001 | 110110 | 11000 | 100001 | 101110 | 110111 |
Color Harmonies of #C19158
Complementary color
Monochromatic Colors of #C19158
Black with #C19158
Text Example
Text Example
White with #C19158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19158; }
p { color: rgb(193,145,88); }
H1.HeaderClassName
{
color: #C19158;
}
.AnyTagClassName
{
color: #C19158;
}
</style>
background-color css
<style>
a { background-color: #C19158; }
a { background-color: rgb(193,145,88); }
div.DivClassName
{
background-color: #C19158;
}
.BgClassName
{
background-color: #C19158;
}
</style>
border-color css
<style>
span { border-color: #C19158; }
span { border-color: rgb(193,145,88); }
td.TdClassName
{
border-color: #C19158;
}
.TagClassName
{
border-color: #C19158;
}
</style>