Shades of Twine #C89855
Tints of Twine #C89855
RGB
CMYK
RGB Variations
Color information
#C89855 (or 0xC89855) is known color: Twine. HEX triplet: C8, 98 and 55. RGB value is (200,152,85). Sum of RGB (Red+Green+Blue) = 200+152+85=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 152 (59.77% from 255 or 34.78% from 437); Blue value is 85 (33.59% from 255 or 19.45% from 437); Max value from RGB is 200 - color contains mainly: red. Hex color #C89855 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89855 is #3767AA. Grayscale: #9F9F9F. Windows color (decimal): -3631019 or 5609672. OLE color: 5609672.
HSL color Cylindrical-coordinate representation of color #C89855: hue angle of 34.96º 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 #C89855 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 152 | 85 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.22 |
| HSL | 34.96º | 0.51% | 0.56% | - |
| HSV(B) | 34.96º | 0.58% | 0.78% | - |
| XYZ | 36.69 | 35.39 | 13.49 | - |
| YUV | 158.71 | 86.4 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 85 | 0 | 0.24 | 0.58 | 0.22 | 34.96 | 0.51 | 0.56 |
| Hex | C8 | 98 | 55 | 0 | 18 | 3A | 16 | 23 | 33 | 38 |
| Octal | 310 | 230 | 125 | 0 | 30 | 72 | 26 | 43 | 63 | 70 |
| Binary | 11001000 | 10011000 | 1010101 | 0 | 11000 | 111010 | 10110 | 100011 | 110011 | 111000 |
Color Harmonies of #C89855
Complementary color
Monochromatic Colors of #C89855
Black with #C89855
Text Example
Text Example
White with #C89855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89855; }
p { color: rgb(200,152,85); }
H1.HeaderClassName
{
color: #C89855;
}
.AnyTagClassName
{
color: #C89855;
}
</style>
background-color css
<style>
a { background-color: #C89855; }
a { background-color: rgb(200,152,85); }
div.DivClassName
{
background-color: #C89855;
}
.BgClassName
{
background-color: #C89855;
}
</style>
border-color css
<style>
span { border-color: #C89855; }
span { border-color: rgb(200,152,85); }
td.TdClassName
{
border-color: #C89855;
}
.TagClassName
{
border-color: #C89855;
}
</style>