Shades of Twine #C58355
Tints of Twine #C58355
RGB
CMYK
RGB Variations
Color information
#C58355 (or 0xC58355) is known color: Twine. HEX triplet: C5, 83 and 55. RGB value is (197,131,85). Sum of RGB (Red+Green+Blue) = 197+131+85=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 85 (33.59% from 255 or 20.58% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C58355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58355 is #3A7CAA. Grayscale: #919191. Windows color (decimal): -3833003 or 5604293. OLE color: 5604293.
HSL color Cylindrical-coordinate representation of color #C58355: hue angle of 24.64º 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 #C58355 is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 131 | 85 | - |
| CMYK | 0 | 0.34 | 0.57 | 0.23 |
| HSL | 24.64º | 0.49% | 0.55% | - |
| HSV(B) | 24.64º | 0.57% | 0.77% | - |
| XYZ | 32.78 | 28.76 | 12.42 | - |
| YUV | 145.49 | 93.87 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 131 | 85 | 0 | 0.34 | 0.57 | 0.23 | 24.64 | 0.49 | 0.55 |
| Hex | C5 | 83 | 55 | 0 | 22 | 39 | 17 | 19 | 31 | 37 |
| Octal | 305 | 203 | 125 | 0 | 42 | 71 | 27 | 31 | 61 | 67 |
| Binary | 11000101 | 10000011 | 1010101 | 0 | 100010 | 111001 | 10111 | 11001 | 110001 | 110111 |
Color Harmonies of #C58355
Complementary color
Monochromatic Colors of #C58355
Black with #C58355
Text Example
Text Example
White with #C58355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58355; }
p { color: rgb(197,131,85); }
H1.HeaderClassName
{
color: #C58355;
}
.AnyTagClassName
{
color: #C58355;
}
</style>
background-color css
<style>
a { background-color: #C58355; }
a { background-color: rgb(197,131,85); }
div.DivClassName
{
background-color: #C58355;
}
.BgClassName
{
background-color: #C58355;
}
</style>
border-color css
<style>
span { border-color: #C58355; }
span { border-color: rgb(197,131,85); }
td.TdClassName
{
border-color: #C58355;
}
.TagClassName
{
border-color: #C58355;
}
</style>