Shades of Twine #C5955E
Tints of Twine #C5955E
RGB
CMYK
RGB Variations
Color information
#C5955E (or 0xC5955E) is known color: Twine. HEX triplet: C5, 95 and 5E. RGB value is (197,149,94). Sum of RGB (Red+Green+Blue) = 197+149+94=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 94 (37.11% from 255 or 21.36% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C5955E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5955E is #3A6AA1. Grayscale: #9D9D9D. Windows color (decimal): -3828386 or 6198725. OLE color: 6198725.
HSL color Cylindrical-coordinate representation of color #C5955E: hue angle of 32.04º 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 #C5955E is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 149 | 94 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.23 |
| HSL | 32.04º | 0.47% | 0.57% | - |
| HSV(B) | 32.04º | 0.52% | 0.77% | - |
| XYZ | 35.79 | 34.17 | 15.3 | - |
| YUV | 157.08 | 92.4 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 149 | 94 | 0 | 0.24 | 0.52 | 0.23 | 32.04 | 0.47 | 0.57 |
| Hex | C5 | 95 | 5E | 0 | 18 | 34 | 17 | 20 | 2F | 39 |
| Octal | 305 | 225 | 136 | 0 | 30 | 64 | 27 | 40 | 57 | 71 |
| Binary | 11000101 | 10010101 | 1011110 | 0 | 11000 | 110100 | 10111 | 100000 | 101111 | 111001 |
Color Harmonies of #C5955E
Complementary color
Monochromatic Colors of #C5955E
Black with #C5955E
Text Example
Text Example
White with #C5955E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5955E; }
p { color: rgb(197,149,94); }
H1.HeaderClassName
{
color: #C5955E;
}
.AnyTagClassName
{
color: #C5955E;
}
</style>
background-color css
<style>
a { background-color: #C5955E; }
a { background-color: rgb(197,149,94); }
div.DivClassName
{
background-color: #C5955E;
}
.BgClassName
{
background-color: #C5955E;
}
</style>
border-color css
<style>
span { border-color: #C5955E; }
span { border-color: rgb(197,149,94); }
td.TdClassName
{
border-color: #C5955E;
}
.TagClassName
{
border-color: #C5955E;
}
</style>