Shades of Twine #C89355
Tints of Twine #C89355
RGB
CMYK
RGB Variations
Color information
#C89355 (or 0xC89355) is known color: Twine. HEX triplet: C8, 93 and 55. RGB value is (200,147,85). Sum of RGB (Red+Green+Blue) = 200+147+85=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 147 (57.81% from 255 or 34.03% from 432); Blue value is 85 (33.59% from 255 or 19.68% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C89355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89355 is #376CAA. Grayscale: #9C9C9C. Windows color (decimal): -3632299 or 5608392. OLE color: 5608392.
HSL color Cylindrical-coordinate representation of color #C89355: hue angle of 32.35º 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 #C89355 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 147 | 85 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.22 |
| HSL | 32.35º | 0.51% | 0.56% | - |
| HSV(B) | 32.35º | 0.58% | 0.78% | - |
| XYZ | 35.89 | 33.8 | 13.23 | - |
| YUV | 155.78 | 88.06 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 147 | 85 | 0 | 0.26 | 0.58 | 0.22 | 32.35 | 0.51 | 0.56 |
| Hex | C8 | 93 | 55 | 0 | 1A | 3A | 16 | 20 | 33 | 38 |
| Octal | 310 | 223 | 125 | 0 | 32 | 72 | 26 | 40 | 63 | 70 |
| Binary | 11001000 | 10010011 | 1010101 | 0 | 11010 | 111010 | 10110 | 100000 | 110011 | 111000 |
Color Harmonies of #C89355
Complementary color
Monochromatic Colors of #C89355
Black with #C89355
Text Example
Text Example
White with #C89355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89355; }
p { color: rgb(200,147,85); }
H1.HeaderClassName
{
color: #C89355;
}
.AnyTagClassName
{
color: #C89355;
}
</style>
background-color css
<style>
a { background-color: #C89355; }
a { background-color: rgb(200,147,85); }
div.DivClassName
{
background-color: #C89355;
}
.BgClassName
{
background-color: #C89355;
}
</style>
border-color css
<style>
span { border-color: #C89355; }
span { border-color: rgb(200,147,85); }
td.TdClassName
{
border-color: #C89355;
}
.TagClassName
{
border-color: #C89355;
}
</style>