Shades of Twine #C58C5D
Tints of Twine #C58C5D
RGB
CMYK
RGB Variations
Color information
#C58C5D (or 0xC58C5D) is known color: Twine. HEX triplet: C5, 8C and 5D. RGB value is (197,140,93). Sum of RGB (Red+Green+Blue) = 197+140+93=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 197 - color contains mainly: red. Hex color #C58C5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58C5D is #3A73A2. Grayscale: #979797. Windows color (decimal): -3830691 or 6130885. OLE color: 6130885.
HSL color Cylindrical-coordinate representation of color #C58C5D: hue angle of 27.12º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C58C5D is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 140 | 93 | - |
| CMYK | 0 | 0.29 | 0.53 | 0.23 |
| HSL | 27.12º | 0.47% | 0.57% | - |
| HSV(B) | 27.12º | 0.53% | 0.77% | - |
| XYZ | 34.38 | 31.42 | 14.61 | - |
| YUV | 151.69 | 94.88 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 140 | 93 | 0 | 0.29 | 0.53 | 0.23 | 27.12 | 0.47 | 0.57 |
| Hex | C5 | 8C | 5D | 0 | 1D | 35 | 17 | 1B | 2F | 39 |
| Octal | 305 | 214 | 135 | 0 | 35 | 65 | 27 | 33 | 57 | 71 |
| Binary | 11000101 | 10001100 | 1011101 | 0 | 11101 | 110101 | 10111 | 11011 | 101111 | 111001 |
Color Harmonies of #C58C5D
Complementary color
Monochromatic Colors of #C58C5D
Black with #C58C5D
Text Example
Text Example
White with #C58C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58C5D; }
p { color: rgb(197,140,93); }
H1.HeaderClassName
{
color: #C58C5D;
}
.AnyTagClassName
{
color: #C58C5D;
}
</style>
background-color css
<style>
a { background-color: #C58C5D; }
a { background-color: rgb(197,140,93); }
div.DivClassName
{
background-color: #C58C5D;
}
.BgClassName
{
background-color: #C58C5D;
}
</style>
border-color css
<style>
span { border-color: #C58C5D; }
span { border-color: rgb(197,140,93); }
td.TdClassName
{
border-color: #C58C5D;
}
.TagClassName
{
border-color: #C58C5D;
}
</style>