Shades of Twine #C58558
Tints of Twine #C58558
RGB
CMYK
RGB Variations
Color information
#C58558 (or 0xC58558) is known color: Twine. HEX triplet: C5, 85 and 58. RGB value is (197,133,88). Sum of RGB (Red+Green+Blue) = 197+133+88=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 88 (34.77% from 255 or 21.05% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C58558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58558 is #3A7AA7. Grayscale: #939393. Windows color (decimal): -3832488 or 5801413. OLE color: 5801413.
HSL color Cylindrical-coordinate representation of color #C58558: hue angle of 24.77º 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 #C58558 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 133 | 88 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.23 |
| HSL | 24.77º | 0.48% | 0.56% | - |
| HSV(B) | 24.77º | 0.55% | 0.77% | - |
| XYZ | 33.17 | 29.35 | 13.15 | - |
| YUV | 147.01 | 94.7 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 133 | 88 | 0 | 0.32 | 0.55 | 0.23 | 24.77 | 0.48 | 0.56 |
| Hex | C5 | 85 | 58 | 0 | 20 | 37 | 17 | 19 | 30 | 38 |
| Octal | 305 | 205 | 130 | 0 | 40 | 67 | 27 | 31 | 60 | 70 |
| Binary | 11000101 | 10000101 | 1011000 | 0 | 100000 | 110111 | 10111 | 11001 | 110000 | 111000 |
Color Harmonies of #C58558
Complementary color
Monochromatic Colors of #C58558
Black with #C58558
Text Example
Text Example
White with #C58558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58558; }
p { color: rgb(197,133,88); }
H1.HeaderClassName
{
color: #C58558;
}
.AnyTagClassName
{
color: #C58558;
}
</style>
background-color css
<style>
a { background-color: #C58558; }
a { background-color: rgb(197,133,88); }
div.DivClassName
{
background-color: #C58558;
}
.BgClassName
{
background-color: #C58558;
}
</style>
border-color css
<style>
span { border-color: #C58558; }
span { border-color: rgb(197,133,88); }
td.TdClassName
{
border-color: #C58558;
}
.TagClassName
{
border-color: #C58558;
}
</style>