Shades of Twine #C58455
Tints of Twine #C58455
RGB
CMYK
RGB Variations
Color information
#C58455 (or 0xC58455) is known color: Twine. HEX triplet: C5, 84 and 55. RGB value is (197,132,85). Sum of RGB (Red+Green+Blue) = 197+132+85=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 132 (51.95% from 255 or 31.88% from 414); Blue value is 85 (33.59% from 255 or 20.53% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C58455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58455 is #3A7BAA. Grayscale: #929292. Windows color (decimal): -3832747 or 5604549. OLE color: 5604549.
HSL color Cylindrical-coordinate representation of color #C58455: hue angle of 25.18º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C58455 is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 132 | 85 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.23 |
| HSL | 25.18º | 0.49% | 0.55% | - |
| HSV(B) | 25.18º | 0.57% | 0.77% | - |
| XYZ | 32.92 | 29.03 | 12.46 | - |
| YUV | 146.08 | 93.53 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 85 | 0 | 0.33 | 0.57 | 0.23 | 25.18 | 0.49 | 0.55 |
| Hex | C5 | 84 | 55 | 0 | 21 | 39 | 17 | 19 | 31 | 37 |
| Octal | 305 | 204 | 125 | 0 | 41 | 71 | 27 | 31 | 61 | 67 |
| Binary | 11000101 | 10000100 | 1010101 | 0 | 100001 | 111001 | 10111 | 11001 | 110001 | 110111 |
Color Harmonies of #C58455
Complementary color
Monochromatic Colors of #C58455
Black with #C58455
Text Example
Text Example
White with #C58455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58455; }
p { color: rgb(197,132,85); }
H1.HeaderClassName
{
color: #C58455;
}
.AnyTagClassName
{
color: #C58455;
}
</style>
background-color css
<style>
a { background-color: #C58455; }
a { background-color: rgb(197,132,85); }
div.DivClassName
{
background-color: #C58455;
}
.BgClassName
{
background-color: #C58455;
}
</style>
border-color css
<style>
span { border-color: #C58455; }
span { border-color: rgb(197,132,85); }
td.TdClassName
{
border-color: #C58455;
}
.TagClassName
{
border-color: #C58455;
}
</style>