Shades of Twine #C5905E
Tints of Twine #C5905E
RGB
CMYK
RGB Variations
Color information
#C5905E (or 0xC5905E) is known color: Twine. HEX triplet: C5, 90 and 5E. RGB value is (197,144,94). Sum of RGB (Red+Green+Blue) = 197+144+94=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 144 (56.64% from 255 or 33.10% from 435); Blue value is 94 (37.11% from 255 or 21.61% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C5905E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5905E is #3A6FA1. Grayscale: #9A9A9A. Windows color (decimal): -3829666 or 6197445. OLE color: 6197445.
HSL color Cylindrical-coordinate representation of color #C5905E: hue angle of 29.13º 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 #C5905E is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 144 | 94 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.23 |
| HSL | 29.13º | 0.47% | 0.57% | - |
| HSV(B) | 29.13º | 0.52% | 0.77% | - |
| XYZ | 35.02 | 32.62 | 15.04 | - |
| YUV | 154.15 | 94.06 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 144 | 94 | 0 | 0.27 | 0.52 | 0.23 | 29.13 | 0.47 | 0.57 |
| Hex | C5 | 90 | 5E | 0 | 1B | 34 | 17 | 1D | 2F | 39 |
| Octal | 305 | 220 | 136 | 0 | 33 | 64 | 27 | 35 | 57 | 71 |
| Binary | 11000101 | 10010000 | 1011110 | 0 | 11011 | 110100 | 10111 | 11101 | 101111 | 111001 |
Color Harmonies of #C5905E
Complementary color
Monochromatic Colors of #C5905E
Black with #C5905E
Text Example
Text Example
White with #C5905E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5905E; }
p { color: rgb(197,144,94); }
H1.HeaderClassName
{
color: #C5905E;
}
.AnyTagClassName
{
color: #C5905E;
}
</style>
background-color css
<style>
a { background-color: #C5905E; }
a { background-color: rgb(197,144,94); }
div.DivClassName
{
background-color: #C5905E;
}
.BgClassName
{
background-color: #C5905E;
}
</style>
border-color css
<style>
span { border-color: #C5905E; }
span { border-color: rgb(197,144,94); }
td.TdClassName
{
border-color: #C5905E;
}
.TagClassName
{
border-color: #C5905E;
}
</style>