Shades of Twine #C89056
Tints of Twine #C89056
RGB
CMYK
RGB Variations
Color information
#C89056 (or 0xC89056) is known color: Twine. HEX triplet: C8, 90 and 56. RGB value is (200,144,86). Sum of RGB (Red+Green+Blue) = 200+144+86=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 86 (33.98% from 255 or 20% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C89056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89056 is #376FA9. Grayscale: #9A9A9A. Windows color (decimal): -3633066 or 5673160. OLE color: 5673160.
HSL color Cylindrical-coordinate representation of color #C89056: hue angle of 30.53º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C89056 is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 144 | 86 | - |
| CMYK | 0 | 0.28 | 0.57 | 0.22 |
| HSL | 30.53º | 0.51% | 0.56% | - |
| HSV(B) | 30.53º | 0.57% | 0.78% | - |
| XYZ | 35.47 | 32.9 | 13.28 | - |
| YUV | 154.13 | 89.55 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 86 | 0 | 0.28 | 0.57 | 0.22 | 30.53 | 0.51 | 0.56 |
| Hex | C8 | 90 | 56 | 0 | 1C | 39 | 16 | 1F | 33 | 38 |
| Octal | 310 | 220 | 126 | 0 | 34 | 71 | 26 | 37 | 63 | 70 |
| Binary | 11001000 | 10010000 | 1010110 | 0 | 11100 | 111001 | 10110 | 11111 | 110011 | 111000 |
Color Harmonies of #C89056
Complementary color
Monochromatic Colors of #C89056
Black with #C89056
Text Example
Text Example
White with #C89056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89056; }
p { color: rgb(200,144,86); }
H1.HeaderClassName
{
color: #C89056;
}
.AnyTagClassName
{
color: #C89056;
}
</style>
background-color css
<style>
a { background-color: #C89056; }
a { background-color: rgb(200,144,86); }
div.DivClassName
{
background-color: #C89056;
}
.BgClassName
{
background-color: #C89056;
}
</style>
border-color css
<style>
span { border-color: #C89056; }
span { border-color: rgb(200,144,86); }
td.TdClassName
{
border-color: #C89056;
}
.TagClassName
{
border-color: #C89056;
}
</style>