Shades of Twine #C5945E
Tints of Twine #C5945E
RGB
CMYK
RGB Variations
Color information
#C5945E (or 0xC5945E) is known color: Twine. HEX triplet: C5, 94 and 5E. RGB value is (197,148,94). Sum of RGB (Red+Green+Blue) = 197+148+94=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 148 (58.20% from 255 or 33.71% from 439); Blue value is 94 (37.11% from 255 or 21.41% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C5945E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5945E is #3A6BA1. Grayscale: #9C9C9C. Windows color (decimal): -3828642 or 6198469. OLE color: 6198469.
HSL color Cylindrical-coordinate representation of color #C5945E: hue angle of 31.46º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C5945E is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 148 | 94 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.23 |
| HSL | 31.46º | 0.47% | 0.57% | - |
| HSV(B) | 31.46º | 0.52% | 0.77% | - |
| XYZ | 35.64 | 33.86 | 15.25 | - |
| YUV | 156.5 | 92.73 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 148 | 94 | 0 | 0.25 | 0.52 | 0.23 | 31.46 | 0.47 | 0.57 |
| Hex | C5 | 94 | 5E | 0 | 19 | 34 | 17 | 1F | 2F | 39 |
| Octal | 305 | 224 | 136 | 0 | 31 | 64 | 27 | 37 | 57 | 71 |
| Binary | 11000101 | 10010100 | 1011110 | 0 | 11001 | 110100 | 10111 | 11111 | 101111 | 111001 |
Color Harmonies of #C5945E
Complementary color
Monochromatic Colors of #C5945E
Black with #C5945E
Text Example
Text Example
White with #C5945E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5945E; }
p { color: rgb(197,148,94); }
H1.HeaderClassName
{
color: #C5945E;
}
.AnyTagClassName
{
color: #C5945E;
}
</style>
background-color css
<style>
a { background-color: #C5945E; }
a { background-color: rgb(197,148,94); }
div.DivClassName
{
background-color: #C5945E;
}
.BgClassName
{
background-color: #C5945E;
}
</style>
border-color css
<style>
span { border-color: #C5945E; }
span { border-color: rgb(197,148,94); }
td.TdClassName
{
border-color: #C5945E;
}
.TagClassName
{
border-color: #C5945E;
}
</style>