Shades of Twine #C5945D
Tints of Twine #C5945D
RGB
CMYK
RGB Variations
Color information
#C5945D (or 0xC5945D) is known color: Twine. HEX triplet: C5, 94 and 5D. RGB value is (197,148,93). Sum of RGB (Red+Green+Blue) = 197+148+93=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 93 (36.72% from 255 or 21.23% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C5945D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5945D is #3A6BA2. Grayscale: #9C9C9C. Windows color (decimal): -3828643 or 6132933. OLE color: 6132933.
HSL color Cylindrical-coordinate representation of color #C5945D: hue angle of 31.73º 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 #C5945D is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 148 | 93 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.23 |
| HSL | 31.73º | 0.47% | 0.57% | - |
| HSV(B) | 31.73º | 0.53% | 0.77% | - |
| XYZ | 35.59 | 33.84 | 15.01 | - |
| YUV | 156.38 | 92.23 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 148 | 93 | 0 | 0.25 | 0.53 | 0.23 | 31.73 | 0.47 | 0.57 |
| Hex | C5 | 94 | 5D | 0 | 19 | 35 | 17 | 20 | 2F | 39 |
| Octal | 305 | 224 | 135 | 0 | 31 | 65 | 27 | 40 | 57 | 71 |
| Binary | 11000101 | 10010100 | 1011101 | 0 | 11001 | 110101 | 10111 | 100000 | 101111 | 111001 |
Color Harmonies of #C5945D
Complementary color
Monochromatic Colors of #C5945D
Black with #C5945D
Text Example
Text Example
White with #C5945D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5945D; }
p { color: rgb(197,148,93); }
H1.HeaderClassName
{
color: #C5945D;
}
.AnyTagClassName
{
color: #C5945D;
}
</style>
background-color css
<style>
a { background-color: #C5945D; }
a { background-color: rgb(197,148,93); }
div.DivClassName
{
background-color: #C5945D;
}
.BgClassName
{
background-color: #C5945D;
}
</style>
border-color css
<style>
span { border-color: #C5945D; }
span { border-color: rgb(197,148,93); }
td.TdClassName
{
border-color: #C5945D;
}
.TagClassName
{
border-color: #C5945D;
}
</style>