Shades of Twine #C59A58
Tints of Twine #C59A58
RGB
CMYK
RGB Variations
Color information
#C59A58 (or 0xC59A58) is known color: Twine. HEX triplet: C5, 9A and 58. RGB value is (197,154,88). Sum of RGB (Red+Green+Blue) = 197+154+88=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 154 (60.55% from 255 or 35.08% from 439); Blue value is 88 (34.77% from 255 or 20.05% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C59A58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59A58 is #3A65A7. Grayscale: #9F9F9F. Windows color (decimal): -3827112 or 5806789. OLE color: 5806789.
HSL color Cylindrical-coordinate representation of color #C59A58: hue angle of 36.33º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C59A58 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 154 | 88 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.23 |
| HSL | 36.33º | 0.48% | 0.56% | - |
| HSV(B) | 36.33º | 0.55% | 0.77% | - |
| XYZ | 36.34 | 35.69 | 14.21 | - |
| YUV | 159.33 | 87.75 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 154 | 88 | 0 | 0.22 | 0.55 | 0.23 | 36.33 | 0.48 | 0.56 |
| Hex | C5 | 9A | 58 | 0 | 16 | 37 | 17 | 24 | 30 | 38 |
| Octal | 305 | 232 | 130 | 0 | 26 | 67 | 27 | 44 | 60 | 70 |
| Binary | 11000101 | 10011010 | 1011000 | 0 | 10110 | 110111 | 10111 | 100100 | 110000 | 111000 |
Color Harmonies of #C59A58
Complementary color
Monochromatic Colors of #C59A58
Black with #C59A58
Text Example
Text Example
White with #C59A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59A58; }
p { color: rgb(197,154,88); }
H1.HeaderClassName
{
color: #C59A58;
}
.AnyTagClassName
{
color: #C59A58;
}
</style>
background-color css
<style>
a { background-color: #C59A58; }
a { background-color: rgb(197,154,88); }
div.DivClassName
{
background-color: #C59A58;
}
.BgClassName
{
background-color: #C59A58;
}
</style>
border-color css
<style>
span { border-color: #C59A58; }
span { border-color: rgb(197,154,88); }
td.TdClassName
{
border-color: #C59A58;
}
.TagClassName
{
border-color: #C59A58;
}
</style>