Shades of Twine #C29159
Tints of Twine #C29159
RGB
CMYK
RGB Variations
Color information
#C29159 (or 0xC29159) is known color: Twine. HEX triplet: C2, 91 and 59. RGB value is (194,145,89). Sum of RGB (Red+Green+Blue) = 194+145+89=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 89 (35.16% from 255 or 20.79% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C29159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29159 is #3D6EA6. Grayscale: #999999. Windows color (decimal): -4026023 or 5870018. OLE color: 5870018.
HSL color Cylindrical-coordinate representation of color #C29159: hue angle of 32º 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 #C29159 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 145 | 89 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.24 |
| HSL | 32º | 0.46% | 0.55% | - |
| HSV(B) | 32º | 0.54% | 0.76% | - |
| XYZ | 34.18 | 32.44 | 13.91 | - |
| YUV | 153.27 | 91.73 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 145 | 89 | 0 | 0.25 | 0.54 | 0.24 | 32 | 0.46 | 0.55 |
| Hex | C2 | 91 | 59 | 0 | 19 | 36 | 18 | 20 | 2E | 37 |
| Octal | 302 | 221 | 131 | 0 | 31 | 66 | 30 | 40 | 56 | 67 |
| Binary | 11000010 | 10010001 | 1011001 | 0 | 11001 | 110110 | 11000 | 100000 | 101110 | 110111 |
Color Harmonies of #C29159
Complementary color
Monochromatic Colors of #C29159
Black with #C29159
Text Example
Text Example
White with #C29159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29159; }
p { color: rgb(194,145,89); }
H1.HeaderClassName
{
color: #C29159;
}
.AnyTagClassName
{
color: #C29159;
}
</style>
background-color css
<style>
a { background-color: #C29159; }
a { background-color: rgb(194,145,89); }
div.DivClassName
{
background-color: #C29159;
}
.BgClassName
{
background-color: #C29159;
}
</style>
border-color css
<style>
span { border-color: #C29159; }
span { border-color: rgb(194,145,89); }
td.TdClassName
{
border-color: #C29159;
}
.TagClassName
{
border-color: #C29159;
}
</style>