Shades of Twine #C29559
Tints of Twine #C29559
RGB
CMYK
RGB Variations
Color information
#C29559 (or 0xC29559) is known color: Twine. HEX triplet: C2, 95 and 59. RGB value is (194,149,89). Sum of RGB (Red+Green+Blue) = 194+149+89=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 89 (35.16% from 255 or 20.60% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C29559 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29559 is #3D6AA6. Grayscale: #9B9B9B. Windows color (decimal): -4024999 or 5871042. OLE color: 5871042.
HSL color Cylindrical-coordinate representation of color #C29559: hue angle of 34.29º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C29559 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 149 | 89 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.24 |
| HSL | 34.29º | 0.46% | 0.55% | - |
| HSV(B) | 34.29º | 0.54% | 0.76% | - |
| XYZ | 34.8 | 33.69 | 14.12 | - |
| YUV | 155.62 | 90.41 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 149 | 89 | 0 | 0.23 | 0.54 | 0.24 | 34.29 | 0.46 | 0.55 |
| Hex | C2 | 95 | 59 | 0 | 17 | 36 | 18 | 22 | 2E | 37 |
| Octal | 302 | 225 | 131 | 0 | 27 | 66 | 30 | 42 | 56 | 67 |
| Binary | 11000010 | 10010101 | 1011001 | 0 | 10111 | 110110 | 11000 | 100010 | 101110 | 110111 |
Color Harmonies of #C29559
Complementary color
Monochromatic Colors of #C29559
Black with #C29559
Text Example
Text Example
White with #C29559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29559; }
p { color: rgb(194,149,89); }
H1.HeaderClassName
{
color: #C29559;
}
.AnyTagClassName
{
color: #C29559;
}
</style>
background-color css
<style>
a { background-color: #C29559; }
a { background-color: rgb(194,149,89); }
div.DivClassName
{
background-color: #C29559;
}
.BgClassName
{
background-color: #C29559;
}
</style>
border-color css
<style>
span { border-color: #C29559; }
span { border-color: rgb(194,149,89); }
td.TdClassName
{
border-color: #C29559;
}
.TagClassName
{
border-color: #C29559;
}
</style>