Shades of Twine #C89B5E
Tints of Twine #C89B5E
RGB
CMYK
RGB Variations
Color information
#C89B5E (or 0xC89B5E) is known color: Twine. HEX triplet: C8, 9B and 5E. RGB value is (200,155,94). Sum of RGB (Red+Green+Blue) = 200+155+94=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 94 (37.11% from 255 or 20.94% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C89B5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89B5E is #3764A1. Grayscale: #A1A1A1. Windows color (decimal): -3630242 or 6200264. OLE color: 6200264.
HSL color Cylindrical-coordinate representation of color #C89B5E: hue angle of 34.53º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C89B5E is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 155 | 94 | - |
| CMYK | 0 | 0.22 | 0.53 | 0.22 |
| HSL | 34.53º | 0.49% | 0.58% | - |
| HSV(B) | 34.53º | 0.53% | 0.78% | - |
| XYZ | 37.56 | 36.53 | 15.66 | - |
| YUV | 161.5 | 89.91 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 94 | 0 | 0.22 | 0.53 | 0.22 | 34.53 | 0.49 | 0.58 |
| Hex | C8 | 9B | 5E | 0 | 16 | 35 | 16 | 23 | 31 | 3A |
| Octal | 310 | 233 | 136 | 0 | 26 | 65 | 26 | 43 | 61 | 72 |
| Binary | 11001000 | 10011011 | 1011110 | 0 | 10110 | 110101 | 10110 | 100011 | 110001 | 111010 |
Color Harmonies of #C89B5E
Complementary color
Monochromatic Colors of #C89B5E
Black with #C89B5E
Text Example
Text Example
White with #C89B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89B5E; }
p { color: rgb(200,155,94); }
H1.HeaderClassName
{
color: #C89B5E;
}
.AnyTagClassName
{
color: #C89B5E;
}
</style>
background-color css
<style>
a { background-color: #C89B5E; }
a { background-color: rgb(200,155,94); }
div.DivClassName
{
background-color: #C89B5E;
}
.BgClassName
{
background-color: #C89B5E;
}
</style>
border-color css
<style>
span { border-color: #C89B5E; }
span { border-color: rgb(200,155,94); }
td.TdClassName
{
border-color: #C89B5E;
}
.TagClassName
{
border-color: #C89B5E;
}
</style>