Shades of Twine #C5975D
Tints of Twine #C5975D
RGB
CMYK
RGB Variations
Color information
#C5975D (or 0xC5975D) is known color: Twine. HEX triplet: C5, 97 and 5D. RGB value is (197,151,93). Sum of RGB (Red+Green+Blue) = 197+151+93=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 151 (59.38% from 255 or 34.24% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C5975D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5975D is #3A68A2. Grayscale: #9E9E9E. Windows color (decimal): -3827875 or 6133701. OLE color: 6133701.
HSL color Cylindrical-coordinate representation of color #C5975D: hue angle of 33.46º 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 #C5975D is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 151 | 93 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.23 |
| HSL | 33.46º | 0.47% | 0.57% | - |
| HSV(B) | 33.46º | 0.53% | 0.77% | - |
| XYZ | 36.07 | 34.79 | 15.17 | - |
| YUV | 158.14 | 91.24 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 151 | 93 | 0 | 0.23 | 0.53 | 0.23 | 33.46 | 0.47 | 0.57 |
| Hex | C5 | 97 | 5D | 0 | 17 | 35 | 17 | 21 | 2F | 39 |
| Octal | 305 | 227 | 135 | 0 | 27 | 65 | 27 | 41 | 57 | 71 |
| Binary | 11000101 | 10010111 | 1011101 | 0 | 10111 | 110101 | 10111 | 100001 | 101111 | 111001 |
Color Harmonies of #C5975D
Complementary color
Monochromatic Colors of #C5975D
Black with #C5975D
Text Example
Text Example
White with #C5975D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5975D; }
p { color: rgb(197,151,93); }
H1.HeaderClassName
{
color: #C5975D;
}
.AnyTagClassName
{
color: #C5975D;
}
</style>
background-color css
<style>
a { background-color: #C5975D; }
a { background-color: rgb(197,151,93); }
div.DivClassName
{
background-color: #C5975D;
}
.BgClassName
{
background-color: #C5975D;
}
</style>
border-color css
<style>
span { border-color: #C5975D; }
span { border-color: rgb(197,151,93); }
td.TdClassName
{
border-color: #C5975D;
}
.TagClassName
{
border-color: #C5975D;
}
</style>