Shades of Twine #C89159
Tints of Twine #C89159
RGB
CMYK
RGB Variations
Color information
#C89159 (or 0xC89159) is known color: Twine. HEX triplet: C8, 91 and 59. RGB value is (200,145,89). Sum of RGB (Red+Green+Blue) = 200+145+89=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 145 (57.03% from 255 or 33.41% from 434); Blue value is 89 (35.16% from 255 or 20.51% from 434); Max value from RGB is 200 - color contains mainly: red. Hex color #C89159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89159 is #376EA6. Grayscale: #9B9B9B. Windows color (decimal): -3632807 or 5870024. OLE color: 5870024.
HSL color Cylindrical-coordinate representation of color #C89159: hue angle of 30.27º 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 #C89159 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 145 | 89 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.22 |
| HSL | 30.27º | 0.5% | 0.57% | - |
| HSV(B) | 30.27º | 0.56% | 0.78% | - |
| XYZ | 35.75 | 33.25 | 13.99 | - |
| YUV | 155.06 | 90.72 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 145 | 89 | 0 | 0.28 | 0.56 | 0.22 | 30.27 | 0.5 | 0.57 |
| Hex | C8 | 91 | 59 | 0 | 1C | 38 | 16 | 1E | 32 | 39 |
| Octal | 310 | 221 | 131 | 0 | 34 | 70 | 26 | 36 | 62 | 71 |
| Binary | 11001000 | 10010001 | 1011001 | 0 | 11100 | 111000 | 10110 | 11110 | 110010 | 111001 |
Color Harmonies of #C89159
Complementary color
Monochromatic Colors of #C89159
Black with #C89159
Text Example
Text Example
White with #C89159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89159; }
p { color: rgb(200,145,89); }
H1.HeaderClassName
{
color: #C89159;
}
.AnyTagClassName
{
color: #C89159;
}
</style>
background-color css
<style>
a { background-color: #C89159; }
a { background-color: rgb(200,145,89); }
div.DivClassName
{
background-color: #C89159;
}
.BgClassName
{
background-color: #C89159;
}
</style>
border-color css
<style>
span { border-color: #C89159; }
span { border-color: rgb(200,145,89); }
td.TdClassName
{
border-color: #C89159;
}
.TagClassName
{
border-color: #C89159;
}
</style>