Shades of Twine #C89154
Tints of Twine #C89154
RGB
CMYK
RGB Variations
Color information
#C89154 (or 0xC89154) is known color: Twine. HEX triplet: C8, 91 and 54. RGB value is (200,145,84). Sum of RGB (Red+Green+Blue) = 200+145+84=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 84 (33.20% from 255 or 19.58% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C89154 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89154 is #376EAB. Grayscale: #9A9A9A. Windows color (decimal): -3632812 or 5542344. OLE color: 5542344.
HSL color Cylindrical-coordinate representation of color #C89154: hue angle of 31.55º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C89154 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 145 | 84 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.22 |
| HSL | 31.55º | 0.51% | 0.56% | - |
| HSV(B) | 31.55º | 0.58% | 0.78% | - |
| XYZ | 35.55 | 33.17 | 12.92 | - |
| YUV | 154.49 | 88.22 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 145 | 84 | 0 | 0.28 | 0.58 | 0.22 | 31.55 | 0.51 | 0.56 |
| Hex | C8 | 91 | 54 | 0 | 1C | 3A | 16 | 20 | 33 | 38 |
| Octal | 310 | 221 | 124 | 0 | 34 | 72 | 26 | 40 | 63 | 70 |
| Binary | 11001000 | 10010001 | 1010100 | 0 | 11100 | 111010 | 10110 | 100000 | 110011 | 111000 |
Color Harmonies of #C89154
Complementary color
Monochromatic Colors of #C89154
Black with #C89154
Text Example
Text Example
White with #C89154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89154; }
p { color: rgb(200,145,84); }
H1.HeaderClassName
{
color: #C89154;
}
.AnyTagClassName
{
color: #C89154;
}
</style>
background-color css
<style>
a { background-color: #C89154; }
a { background-color: rgb(200,145,84); }
div.DivClassName
{
background-color: #C89154;
}
.BgClassName
{
background-color: #C89154;
}
</style>
border-color css
<style>
span { border-color: #C89154; }
span { border-color: rgb(200,145,84); }
td.TdClassName
{
border-color: #C89154;
}
.TagClassName
{
border-color: #C89154;
}
</style>