Shades of Twine #C59B5D
Tints of Twine #C59B5D
RGB
CMYK
RGB Variations
Color information
#C59B5D (or 0xC59B5D) is known color: Twine. HEX triplet: C5, 9B and 5D. RGB value is (197,155,93). Sum of RGB (Red+Green+Blue) = 197+155+93=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 155 (60.94% from 255 or 34.83% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C59B5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59B5D is #3A64A2. Grayscale: #A0A0A0. Windows color (decimal): -3826851 or 6134725. OLE color: 6134725.
HSL color Cylindrical-coordinate representation of color #C59B5D: hue angle of 35.77º 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 #C59B5D is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 155 | 93 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.23 |
| HSL | 35.77º | 0.47% | 0.57% | - |
| HSV(B) | 35.77º | 0.53% | 0.77% | - |
| XYZ | 36.72 | 36.1 | 15.39 | - |
| YUV | 160.49 | 89.91 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 155 | 93 | 0 | 0.21 | 0.53 | 0.23 | 35.77 | 0.47 | 0.57 |
| Hex | C5 | 9B | 5D | 0 | 15 | 35 | 17 | 24 | 2F | 39 |
| Octal | 305 | 233 | 135 | 0 | 25 | 65 | 27 | 44 | 57 | 71 |
| Binary | 11000101 | 10011011 | 1011101 | 0 | 10101 | 110101 | 10111 | 100100 | 101111 | 111001 |
Color Harmonies of #C59B5D
Complementary color
Monochromatic Colors of #C59B5D
Black with #C59B5D
Text Example
Text Example
White with #C59B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59B5D; }
p { color: rgb(197,155,93); }
H1.HeaderClassName
{
color: #C59B5D;
}
.AnyTagClassName
{
color: #C59B5D;
}
</style>
background-color css
<style>
a { background-color: #C59B5D; }
a { background-color: rgb(197,155,93); }
div.DivClassName
{
background-color: #C59B5D;
}
.BgClassName
{
background-color: #C59B5D;
}
</style>
border-color css
<style>
span { border-color: #C59B5D; }
span { border-color: rgb(197,155,93); }
td.TdClassName
{
border-color: #C59B5D;
}
.TagClassName
{
border-color: #C59B5D;
}
</style>