Shades of Twine #C89B51
Tints of Twine #C89B51
RGB
CMYK
RGB Variations
Color information
#C89B51 (or 0xC89B51) is known color: Twine. HEX triplet: C8, 9B and 51. RGB value is (200,155,81). Sum of RGB (Red+Green+Blue) = 200+155+81=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 155 (60.94% from 255 or 35.55% from 436); Blue value is 81 (32.03% from 255 or 18.58% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C89B51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89B51 is #3764AE. Grayscale: #A0A0A0. Windows color (decimal): -3630255 or 5348296. OLE color: 5348296.
HSL color Cylindrical-coordinate representation of color #C89B51: hue angle of 37.31º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C89B51 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 155 | 81 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.22 |
| HSL | 37.31º | 0.52% | 0.55% | - |
| HSV(B) | 37.31º | 0.6% | 0.78% | - |
| XYZ | 37.03 | 36.32 | 12.84 | - |
| YUV | 160.02 | 83.41 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 81 | 0 | 0.22 | 0.59 | 0.22 | 37.31 | 0.52 | 0.55 |
| Hex | C8 | 9B | 51 | 0 | 16 | 3B | 16 | 25 | 34 | 37 |
| Octal | 310 | 233 | 121 | 0 | 26 | 73 | 26 | 45 | 64 | 67 |
| Binary | 11001000 | 10011011 | 1010001 | 0 | 10110 | 111011 | 10110 | 100101 | 110100 | 110111 |
Color Harmonies of #C89B51
Complementary color
Monochromatic Colors of #C89B51
Black with #C89B51
Text Example
Text Example
White with #C89B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89B51; }
p { color: rgb(200,155,81); }
H1.HeaderClassName
{
color: #C89B51;
}
.AnyTagClassName
{
color: #C89B51;
}
</style>
background-color css
<style>
a { background-color: #C89B51; }
a { background-color: rgb(200,155,81); }
div.DivClassName
{
background-color: #C89B51;
}
.BgClassName
{
background-color: #C89B51;
}
</style>
border-color css
<style>
span { border-color: #C89B51; }
span { border-color: rgb(200,155,81); }
td.TdClassName
{
border-color: #C89B51;
}
.TagClassName
{
border-color: #C89B51;
}
</style>