Shades of Twine #C29151
Tints of Twine #C29151
RGB
CMYK
RGB Variations
Color information
#C29151 (or 0xC29151) is known color: Twine. HEX triplet: C2, 91 and 51. RGB value is (194,145,81). Sum of RGB (Red+Green+Blue) = 194+145+81=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 81 (32.03% from 255 or 19.29% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C29151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29151 is #3D6EAE. Grayscale: #989898. Windows color (decimal): -4026031 or 5345730. OLE color: 5345730.
HSL color Cylindrical-coordinate representation of color #C29151: hue angle of 33.98º 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 #C29151 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 145 | 81 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.24 |
| HSL | 33.98º | 0.48% | 0.54% | - |
| HSV(B) | 33.98º | 0.58% | 0.76% | - |
| XYZ | 33.86 | 32.31 | 12.24 | - |
| YUV | 152.36 | 87.73 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 145 | 81 | 0 | 0.25 | 0.58 | 0.24 | 33.98 | 0.48 | 0.54 |
| Hex | C2 | 91 | 51 | 0 | 19 | 3A | 18 | 22 | 30 | 36 |
| Octal | 302 | 221 | 121 | 0 | 31 | 72 | 30 | 42 | 60 | 66 |
| Binary | 11000010 | 10010001 | 1010001 | 0 | 11001 | 111010 | 11000 | 100010 | 110000 | 110110 |
Color Harmonies of #C29151
Complementary color
Monochromatic Colors of #C29151
Black with #C29151
Text Example
Text Example
White with #C29151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29151; }
p { color: rgb(194,145,81); }
H1.HeaderClassName
{
color: #C29151;
}
.AnyTagClassName
{
color: #C29151;
}
</style>
background-color css
<style>
a { background-color: #C29151; }
a { background-color: rgb(194,145,81); }
div.DivClassName
{
background-color: #C29151;
}
.BgClassName
{
background-color: #C29151;
}
</style>
border-color css
<style>
span { border-color: #C29151; }
span { border-color: rgb(194,145,81); }
td.TdClassName
{
border-color: #C29151;
}
.TagClassName
{
border-color: #C29151;
}
</style>