Shades of Twine #C29057
Tints of Twine #C29057
RGB
CMYK
RGB Variations
Color information
#C29057 (or 0xC29057) is known color: Twine. HEX triplet: C2, 90 and 57. RGB value is (194,144,87). Sum of RGB (Red+Green+Blue) = 194+144+87=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 144 (56.64% from 255 or 33.88% from 425); Blue value is 87 (34.38% from 255 or 20.47% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C29057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29057 is #3D6FA8. Grayscale: #989898. Windows color (decimal): -4026281 or 5738690. OLE color: 5738690.
HSL color Cylindrical-coordinate representation of color #C29057: hue angle of 31.96º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C29057 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 144 | 87 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.24 |
| HSL | 31.96º | 0.47% | 0.55% | - |
| HSV(B) | 31.96º | 0.55% | 0.76% | - |
| XYZ | 33.94 | 32.1 | 13.42 | - |
| YUV | 152.45 | 91.07 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 144 | 87 | 0 | 0.26 | 0.55 | 0.24 | 31.96 | 0.47 | 0.55 |
| Hex | C2 | 90 | 57 | 0 | 1A | 37 | 18 | 20 | 2F | 37 |
| Octal | 302 | 220 | 127 | 0 | 32 | 67 | 30 | 40 | 57 | 67 |
| Binary | 11000010 | 10010000 | 1010111 | 0 | 11010 | 110111 | 11000 | 100000 | 101111 | 110111 |
Color Harmonies of #C29057
Complementary color
Monochromatic Colors of #C29057
Black with #C29057
Text Example
Text Example
White with #C29057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29057; }
p { color: rgb(194,144,87); }
H1.HeaderClassName
{
color: #C29057;
}
.AnyTagClassName
{
color: #C29057;
}
</style>
background-color css
<style>
a { background-color: #C29057; }
a { background-color: rgb(194,144,87); }
div.DivClassName
{
background-color: #C29057;
}
.BgClassName
{
background-color: #C29057;
}
</style>
border-color css
<style>
span { border-color: #C29057; }
span { border-color: rgb(194,144,87); }
td.TdClassName
{
border-color: #C29057;
}
.TagClassName
{
border-color: #C29057;
}
</style>