Shades of Twine #C29051
Tints of Twine #C29051
RGB
CMYK
RGB Variations
Color information
#C29051 (or 0xC29051) is known color: Twine. HEX triplet: C2, 90 and 51. RGB value is (194,144,81). Sum of RGB (Red+Green+Blue) = 194+144+81=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 81 (32.03% from 255 or 19.33% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C29051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29051 is #3D6FAE. Grayscale: #989898. Windows color (decimal): -4026287 or 5345474. OLE color: 5345474.
HSL color Cylindrical-coordinate representation of color #C29051: hue angle of 33.45º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C29051 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 144 | 81 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.24 |
| HSL | 33.45º | 0.48% | 0.54% | - |
| HSV(B) | 33.45º | 0.58% | 0.76% | - |
| XYZ | 33.71 | 32.01 | 12.19 | - |
| YUV | 151.77 | 88.07 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 144 | 81 | 0 | 0.26 | 0.58 | 0.24 | 33.45 | 0.48 | 0.54 |
| Hex | C2 | 90 | 51 | 0 | 1A | 3A | 18 | 21 | 30 | 36 |
| Octal | 302 | 220 | 121 | 0 | 32 | 72 | 30 | 41 | 60 | 66 |
| Binary | 11000010 | 10010000 | 1010001 | 0 | 11010 | 111010 | 11000 | 100001 | 110000 | 110110 |
Color Harmonies of #C29051
Complementary color
Monochromatic Colors of #C29051
Black with #C29051
Text Example
Text Example
White with #C29051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29051; }
p { color: rgb(194,144,81); }
H1.HeaderClassName
{
color: #C29051;
}
.AnyTagClassName
{
color: #C29051;
}
</style>
background-color css
<style>
a { background-color: #C29051; }
a { background-color: rgb(194,144,81); }
div.DivClassName
{
background-color: #C29051;
}
.BgClassName
{
background-color: #C29051;
}
</style>
border-color css
<style>
span { border-color: #C29051; }
span { border-color: rgb(194,144,81); }
td.TdClassName
{
border-color: #C29051;
}
.TagClassName
{
border-color: #C29051;
}
</style>