Shades of Twine #C19256
Tints of Twine #C19256
RGB
CMYK
RGB Variations
Color information
#C19256 (or 0xC19256) is known color: Twine. HEX triplet: C1, 92 and 56. RGB value is (193,146,86). Sum of RGB (Red+Green+Blue) = 193+146+86=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 86 (33.98% from 255 or 20.24% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C19256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19256 is #3E6DA9. Grayscale: #999999. Windows color (decimal): -4091306 or 5673665. OLE color: 5673665.
HSL color Cylindrical-coordinate representation of color #C19256: hue angle of 33.64º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C19256 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 86 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.24 |
| HSL | 33.64º | 0.46% | 0.55% | - |
| HSV(B) | 33.64º | 0.55% | 0.76% | - |
| XYZ | 33.95 | 32.57 | 13.3 | - |
| YUV | 153.21 | 90.07 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 86 | 0 | 0.24 | 0.55 | 0.24 | 33.64 | 0.46 | 0.55 |
| Hex | C1 | 92 | 56 | 0 | 18 | 37 | 18 | 22 | 2E | 37 |
| Octal | 301 | 222 | 126 | 0 | 30 | 67 | 30 | 42 | 56 | 67 |
| Binary | 11000001 | 10010010 | 1010110 | 0 | 11000 | 110111 | 11000 | 100010 | 101110 | 110111 |
Color Harmonies of #C19256
Complementary color
Monochromatic Colors of #C19256
Black with #C19256
Text Example
Text Example
White with #C19256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19256; }
p { color: rgb(193,146,86); }
H1.HeaderClassName
{
color: #C19256;
}
.AnyTagClassName
{
color: #C19256;
}
</style>
background-color css
<style>
a { background-color: #C19256; }
a { background-color: rgb(193,146,86); }
div.DivClassName
{
background-color: #C19256;
}
.BgClassName
{
background-color: #C19256;
}
</style>
border-color css
<style>
span { border-color: #C19256; }
span { border-color: rgb(193,146,86); }
td.TdClassName
{
border-color: #C19256;
}
.TagClassName
{
border-color: #C19256;
}
</style>