Shades of Twine #C29759
Tints of Twine #C29759
RGB
CMYK
RGB Variations
Color information
#C29759 (or 0xC29759) is known color: Twine. HEX triplet: C2, 97 and 59. RGB value is (194,151,89). Sum of RGB (Red+Green+Blue) = 194+151+89=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 151 (59.38% from 255 or 34.79% from 434); Blue value is 89 (35.16% from 255 or 20.51% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C29759 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29759 is #3D68A6. Grayscale: #9D9D9D. Windows color (decimal): -4024487 or 5871554. OLE color: 5871554.
HSL color Cylindrical-coordinate representation of color #C29759: hue angle of 35.43º 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 #C29759 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 151 | 89 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.24 |
| HSL | 35.43º | 0.46% | 0.55% | - |
| HSV(B) | 35.43º | 0.54% | 0.76% | - |
| XYZ | 35.12 | 34.32 | 14.23 | - |
| YUV | 156.79 | 89.75 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 151 | 89 | 0 | 0.22 | 0.54 | 0.24 | 35.43 | 0.46 | 0.55 |
| Hex | C2 | 97 | 59 | 0 | 16 | 36 | 18 | 23 | 2E | 37 |
| Octal | 302 | 227 | 131 | 0 | 26 | 66 | 30 | 43 | 56 | 67 |
| Binary | 11000010 | 10010111 | 1011001 | 0 | 10110 | 110110 | 11000 | 100011 | 101110 | 110111 |
Color Harmonies of #C29759
Complementary color
Monochromatic Colors of #C29759
Black with #C29759
Text Example
Text Example
White with #C29759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29759; }
p { color: rgb(194,151,89); }
H1.HeaderClassName
{
color: #C29759;
}
.AnyTagClassName
{
color: #C29759;
}
</style>
background-color css
<style>
a { background-color: #C29759; }
a { background-color: rgb(194,151,89); }
div.DivClassName
{
background-color: #C29759;
}
.BgClassName
{
background-color: #C29759;
}
</style>
border-color css
<style>
span { border-color: #C29759; }
span { border-color: rgb(194,151,89); }
td.TdClassName
{
border-color: #C29759;
}
.TagClassName
{
border-color: #C29759;
}
</style>