Shades of Twine #C89059
Tints of Twine #C89059
RGB
CMYK
RGB Variations
Color information
#C89059 (or 0xC89059) is known color: Twine. HEX triplet: C8, 90 and 59. RGB value is (200,144,89). Sum of RGB (Red+Green+Blue) = 200+144+89=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 144 (56.64% from 255 or 33.26% from 433); Blue value is 89 (35.16% from 255 or 20.55% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C89059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89059 is #376FA6. Grayscale: #9A9A9A. Windows color (decimal): -3633063 or 5869768. OLE color: 5869768.
HSL color Cylindrical-coordinate representation of color #C89059: hue angle of 29.73º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C89059 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 144 | 89 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.22 |
| HSL | 29.73º | 0.5% | 0.57% | - |
| HSV(B) | 29.73º | 0.56% | 0.78% | - |
| XYZ | 35.6 | 32.95 | 13.93 | - |
| YUV | 154.47 | 91.05 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 89 | 0 | 0.28 | 0.56 | 0.22 | 29.73 | 0.5 | 0.57 |
| Hex | C8 | 90 | 59 | 0 | 1C | 38 | 16 | 1E | 32 | 39 |
| Octal | 310 | 220 | 131 | 0 | 34 | 70 | 26 | 36 | 62 | 71 |
| Binary | 11001000 | 10010000 | 1011001 | 0 | 11100 | 111000 | 10110 | 11110 | 110010 | 111001 |
Color Harmonies of #C89059
Complementary color
Monochromatic Colors of #C89059
Black with #C89059
Text Example
Text Example
White with #C89059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89059; }
p { color: rgb(200,144,89); }
H1.HeaderClassName
{
color: #C89059;
}
.AnyTagClassName
{
color: #C89059;
}
</style>
background-color css
<style>
a { background-color: #C89059; }
a { background-color: rgb(200,144,89); }
div.DivClassName
{
background-color: #C89059;
}
.BgClassName
{
background-color: #C89059;
}
</style>
border-color css
<style>
span { border-color: #C89059; }
span { border-color: rgb(200,144,89); }
td.TdClassName
{
border-color: #C89059;
}
.TagClassName
{
border-color: #C89059;
}
</style>