Shades of Twine #C58556
Tints of Twine #C58556
RGB
CMYK
RGB Variations
Color information
#C58556 (or 0xC58556) is known color: Twine. HEX triplet: C5, 85 and 56. RGB value is (197,133,86). Sum of RGB (Red+Green+Blue) = 197+133+86=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 86 (33.98% from 255 or 20.67% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C58556 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58556 is #3A7AA9. Grayscale: #939393. Windows color (decimal): -3832490 or 5670341. OLE color: 5670341.
HSL color Cylindrical-coordinate representation of color #C58556: hue angle of 25.41º 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 #C58556 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 133 | 86 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.23 |
| HSL | 25.41º | 0.49% | 0.55% | - |
| HSV(B) | 25.41º | 0.56% | 0.77% | - |
| XYZ | 33.09 | 29.32 | 12.72 | - |
| YUV | 146.78 | 93.7 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 133 | 86 | 0 | 0.32 | 0.56 | 0.23 | 25.41 | 0.49 | 0.55 |
| Hex | C5 | 85 | 56 | 0 | 20 | 38 | 17 | 19 | 31 | 37 |
| Octal | 305 | 205 | 126 | 0 | 40 | 70 | 27 | 31 | 61 | 67 |
| Binary | 11000101 | 10000101 | 1010110 | 0 | 100000 | 111000 | 10111 | 11001 | 110001 | 110111 |
Color Harmonies of #C58556
Complementary color
Monochromatic Colors of #C58556
Black with #C58556
Text Example
Text Example
White with #C58556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58556; }
p { color: rgb(197,133,86); }
H1.HeaderClassName
{
color: #C58556;
}
.AnyTagClassName
{
color: #C58556;
}
</style>
background-color css
<style>
a { background-color: #C58556; }
a { background-color: rgb(197,133,86); }
div.DivClassName
{
background-color: #C58556;
}
.BgClassName
{
background-color: #C58556;
}
</style>
border-color css
<style>
span { border-color: #C58556; }
span { border-color: rgb(197,133,86); }
td.TdClassName
{
border-color: #C58556;
}
.TagClassName
{
border-color: #C58556;
}
</style>