Shades of Twine #C59456
Tints of Twine #C59456
RGB
CMYK
RGB Variations
Color information
#C59456 (or 0xC59456) is known color: Twine. HEX triplet: C5, 94 and 56. RGB value is (197,148,86). Sum of RGB (Red+Green+Blue) = 197+148+86=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 86 (33.98% from 255 or 19.95% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C59456 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59456 is #3A6BA9. Grayscale: #9B9B9B. Windows color (decimal): -3828650 or 5674181. OLE color: 5674181.
HSL color Cylindrical-coordinate representation of color #C59456: hue angle of 33.51º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C59456 is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 148 | 86 | - |
| CMYK | 0 | 0.25 | 0.56 | 0.23 |
| HSL | 33.51º | 0.49% | 0.55% | - |
| HSV(B) | 33.51º | 0.56% | 0.77% | - |
| XYZ | 35.3 | 33.72 | 13.45 | - |
| YUV | 155.58 | 88.73 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 148 | 86 | 0 | 0.25 | 0.56 | 0.23 | 33.51 | 0.49 | 0.55 |
| Hex | C5 | 94 | 56 | 0 | 19 | 38 | 17 | 22 | 31 | 37 |
| Octal | 305 | 224 | 126 | 0 | 31 | 70 | 27 | 42 | 61 | 67 |
| Binary | 11000101 | 10010100 | 1010110 | 0 | 11001 | 111000 | 10111 | 100010 | 110001 | 110111 |
Color Harmonies of #C59456
Complementary color
Monochromatic Colors of #C59456
Black with #C59456
Text Example
Text Example
White with #C59456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59456; }
p { color: rgb(197,148,86); }
H1.HeaderClassName
{
color: #C59456;
}
.AnyTagClassName
{
color: #C59456;
}
</style>
background-color css
<style>
a { background-color: #C59456; }
a { background-color: rgb(197,148,86); }
div.DivClassName
{
background-color: #C59456;
}
.BgClassName
{
background-color: #C59456;
}
</style>
border-color css
<style>
span { border-color: #C59456; }
span { border-color: rgb(197,148,86); }
td.TdClassName
{
border-color: #C59456;
}
.TagClassName
{
border-color: #C59456;
}
</style>