Shades of Twine #C29457
Tints of Twine #C29457
RGB
CMYK
RGB Variations
Color information
#C29457 (or 0xC29457) is known color: Twine. HEX triplet: C2, 94 and 57. RGB value is (194,148,87). Sum of RGB (Red+Green+Blue) = 194+148+87=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 87 (34.38% from 255 or 20.28% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C29457 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29457 is #3D6BA8. Grayscale: #9B9B9B. Windows color (decimal): -4025257 or 5739714. OLE color: 5739714.
HSL color Cylindrical-coordinate representation of color #C29457: hue angle of 34.21º 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 #C29457 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 148 | 87 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.24 |
| HSL | 34.21º | 0.47% | 0.55% | - |
| HSV(B) | 34.21º | 0.55% | 0.76% | - |
| XYZ | 34.56 | 33.34 | 13.63 | - |
| YUV | 154.8 | 89.74 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 148 | 87 | 0 | 0.24 | 0.55 | 0.24 | 34.21 | 0.47 | 0.55 |
| Hex | C2 | 94 | 57 | 0 | 18 | 37 | 18 | 22 | 2F | 37 |
| Octal | 302 | 224 | 127 | 0 | 30 | 67 | 30 | 42 | 57 | 67 |
| Binary | 11000010 | 10010100 | 1010111 | 0 | 11000 | 110111 | 11000 | 100010 | 101111 | 110111 |
Color Harmonies of #C29457
Complementary color
Monochromatic Colors of #C29457
Black with #C29457
Text Example
Text Example
White with #C29457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29457; }
p { color: rgb(194,148,87); }
H1.HeaderClassName
{
color: #C29457;
}
.AnyTagClassName
{
color: #C29457;
}
</style>
background-color css
<style>
a { background-color: #C29457; }
a { background-color: rgb(194,148,87); }
div.DivClassName
{
background-color: #C29457;
}
.BgClassName
{
background-color: #C29457;
}
</style>
border-color css
<style>
span { border-color: #C29457; }
span { border-color: rgb(194,148,87); }
td.TdClassName
{
border-color: #C29457;
}
.TagClassName
{
border-color: #C29457;
}
</style>