Shades of Twine #C19258
Tints of Twine #C19258
RGB
CMYK
RGB Variations
Color information
#C19258 (or 0xC19258) is known color: Twine. HEX triplet: C1, 92 and 58. RGB value is (193,146,88). Sum of RGB (Red+Green+Blue) = 193+146+88=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 88 (34.77% from 255 or 20.61% from 427); Max value from RGB is 193 - color contains mainly: red. Hex color #C19258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19258 is #3E6DA7. Grayscale: #999999. Windows color (decimal): -4091304 or 5804737. OLE color: 5804737.
HSL color Cylindrical-coordinate representation of color #C19258: hue angle of 33.14º 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 #C19258 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 88 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.24 |
| HSL | 33.14º | 0.46% | 0.55% | - |
| HSV(B) | 33.14º | 0.54% | 0.76% | - |
| XYZ | 34.03 | 32.6 | 13.73 | - |
| YUV | 153.44 | 91.07 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 88 | 0 | 0.24 | 0.54 | 0.24 | 33.14 | 0.46 | 0.55 |
| Hex | C1 | 92 | 58 | 0 | 18 | 36 | 18 | 21 | 2E | 37 |
| Octal | 301 | 222 | 130 | 0 | 30 | 66 | 30 | 41 | 56 | 67 |
| Binary | 11000001 | 10010010 | 1011000 | 0 | 11000 | 110110 | 11000 | 100001 | 101110 | 110111 |
Color Harmonies of #C19258
Complementary color
Monochromatic Colors of #C19258
Black with #C19258
Text Example
Text Example
White with #C19258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19258; }
p { color: rgb(193,146,88); }
H1.HeaderClassName
{
color: #C19258;
}
.AnyTagClassName
{
color: #C19258;
}
</style>
background-color css
<style>
a { background-color: #C19258; }
a { background-color: rgb(193,146,88); }
div.DivClassName
{
background-color: #C19258;
}
.BgClassName
{
background-color: #C19258;
}
</style>
border-color css
<style>
span { border-color: #C19258; }
span { border-color: rgb(193,146,88); }
td.TdClassName
{
border-color: #C19258;
}
.TagClassName
{
border-color: #C19258;
}
</style>