Shades of Twine #C19556
Tints of Twine #C19556
RGB
CMYK
RGB Variations
Color information
#C19556 (or 0xC19556) is known color: Twine. HEX triplet: C1, 95 and 56. RGB value is (193,149,86). Sum of RGB (Red+Green+Blue) = 193+149+86=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 149 (58.59% from 255 or 34.81% from 428); Blue value is 86 (33.98% from 255 or 20.09% from 428); Max value from RGB is 193 - color contains mainly: red. Hex color #C19556 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19556 is #3E6AA9. Grayscale: #9B9B9B. Windows color (decimal): -4090538 or 5674433. OLE color: 5674433.
HSL color Cylindrical-coordinate representation of color #C19556: hue angle of 35.33º 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 #C19556 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 149 | 86 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.24 |
| HSL | 35.33º | 0.46% | 0.55% | - |
| HSV(B) | 35.33º | 0.55% | 0.76% | - |
| XYZ | 34.42 | 33.5 | 13.46 | - |
| YUV | 154.97 | 89.08 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 149 | 86 | 0 | 0.23 | 0.55 | 0.24 | 35.33 | 0.46 | 0.55 |
| Hex | C1 | 95 | 56 | 0 | 17 | 37 | 18 | 23 | 2E | 37 |
| Octal | 301 | 225 | 126 | 0 | 27 | 67 | 30 | 43 | 56 | 67 |
| Binary | 11000001 | 10010101 | 1010110 | 0 | 10111 | 110111 | 11000 | 100011 | 101110 | 110111 |
Color Harmonies of #C19556
Complementary color
Monochromatic Colors of #C19556
Black with #C19556
Text Example
Text Example
White with #C19556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19556; }
p { color: rgb(193,149,86); }
H1.HeaderClassName
{
color: #C19556;
}
.AnyTagClassName
{
color: #C19556;
}
</style>
background-color css
<style>
a { background-color: #C19556; }
a { background-color: rgb(193,149,86); }
div.DivClassName
{
background-color: #C19556;
}
.BgClassName
{
background-color: #C19556;
}
</style>
border-color css
<style>
span { border-color: #C19556; }
span { border-color: rgb(193,149,86); }
td.TdClassName
{
border-color: #C19556;
}
.TagClassName
{
border-color: #C19556;
}
</style>