Shades of Twine #C29059
Tints of Twine #C29059
RGB
CMYK
RGB Variations
Color information
#C29059 (or 0xC29059) is known color: Twine. HEX triplet: C2, 90 and 59. RGB value is (194,144,89). Sum of RGB (Red+Green+Blue) = 194+144+89=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 144 (56.64% from 255 or 33.72% from 427); Blue value is 89 (35.16% from 255 or 20.84% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C29059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29059 is #3D6FA6. Grayscale: #989898. Windows color (decimal): -4026279 or 5869762. OLE color: 5869762.
HSL color Cylindrical-coordinate representation of color #C29059: hue angle of 31.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 #C29059 is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 144 | 89 | - |
| CMYK | 0 | 0.26 | 0.54 | 0.24 |
| HSL | 31.43º | 0.46% | 0.55% | - |
| HSV(B) | 31.43º | 0.54% | 0.76% | - |
| XYZ | 34.02 | 32.14 | 13.86 | - |
| YUV | 152.68 | 92.07 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 144 | 89 | 0 | 0.26 | 0.54 | 0.24 | 31.43 | 0.46 | 0.55 |
| Hex | C2 | 90 | 59 | 0 | 1A | 36 | 18 | 1F | 2E | 37 |
| Octal | 302 | 220 | 131 | 0 | 32 | 66 | 30 | 37 | 56 | 67 |
| Binary | 11000010 | 10010000 | 1011001 | 0 | 11010 | 110110 | 11000 | 11111 | 101110 | 110111 |
Color Harmonies of #C29059
Complementary color
Monochromatic Colors of #C29059
Black with #C29059
Text Example
Text Example
White with #C29059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29059; }
p { color: rgb(194,144,89); }
H1.HeaderClassName
{
color: #C29059;
}
.AnyTagClassName
{
color: #C29059;
}
</style>
background-color css
<style>
a { background-color: #C29059; }
a { background-color: rgb(194,144,89); }
div.DivClassName
{
background-color: #C29059;
}
.BgClassName
{
background-color: #C29059;
}
</style>
border-color css
<style>
span { border-color: #C29059; }
span { border-color: rgb(194,144,89); }
td.TdClassName
{
border-color: #C29059;
}
.TagClassName
{
border-color: #C29059;
}
</style>