Shades of Twine #C19D57
Tints of Twine #C19D57
RGB
CMYK
RGB Variations
Color information
#C19D57 (or 0xC19D57) is known color: Twine. HEX triplet: C1, 9D and 57. RGB value is (193,157,87). Sum of RGB (Red+Green+Blue) = 193+157+87=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 157 (61.72% from 255 or 35.93% from 437); Blue value is 87 (34.38% from 255 or 19.91% from 437); Max value from RGB is 193 - color contains mainly: red. Hex color #C19D57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19D57 is #3E62A8. Grayscale: #A0A0A0. Windows color (decimal): -4088489 or 5742017. OLE color: 5742017.
HSL color Cylindrical-coordinate representation of color #C19D57: hue angle of 39.62º 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 #C19D57 is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 157 | 87 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.24 |
| HSL | 39.62º | 0.46% | 0.55% | - |
| HSV(B) | 39.62º | 0.55% | 0.76% | - |
| XYZ | 35.77 | 36.14 | 14.11 | - |
| YUV | 159.78 | 86.93 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 157 | 87 | 0 | 0.19 | 0.55 | 0.24 | 39.62 | 0.46 | 0.55 |
| Hex | C1 | 9D | 57 | 0 | 13 | 37 | 18 | 28 | 2E | 37 |
| Octal | 301 | 235 | 127 | 0 | 23 | 67 | 30 | 50 | 56 | 67 |
| Binary | 11000001 | 10011101 | 1010111 | 0 | 10011 | 110111 | 11000 | 101000 | 101110 | 110111 |
Color Harmonies of #C19D57
Complementary color
Monochromatic Colors of #C19D57
Black with #C19D57
Text Example
Text Example
White with #C19D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19D57; }
p { color: rgb(193,157,87); }
H1.HeaderClassName
{
color: #C19D57;
}
.AnyTagClassName
{
color: #C19D57;
}
</style>
background-color css
<style>
a { background-color: #C19D57; }
a { background-color: rgb(193,157,87); }
div.DivClassName
{
background-color: #C19D57;
}
.BgClassName
{
background-color: #C19D57;
}
</style>
border-color css
<style>
span { border-color: #C19D57; }
span { border-color: rgb(193,157,87); }
td.TdClassName
{
border-color: #C19D57;
}
.TagClassName
{
border-color: #C19D57;
}
</style>