Shades of Twine #C89D55
Tints of Twine #C89D55
RGB
CMYK
RGB Variations
Color information
#C89D55 (or 0xC89D55) is known color: Twine. HEX triplet: C8, 9D and 55. RGB value is (200,157,85). Sum of RGB (Red+Green+Blue) = 200+157+85=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 157 (61.72% from 255 or 35.52% from 442); Blue value is 85 (33.59% from 255 or 19.23% from 442); Max value from RGB is 200 - color contains mainly: red. Hex color #C89D55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89D55 is #3762AA. Grayscale: #A1A1A1. Windows color (decimal): -3629739 or 5610952. OLE color: 5610952.
HSL color Cylindrical-coordinate representation of color #C89D55: hue angle of 37.57º 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 #C89D55 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 157 | 85 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.22 |
| HSL | 37.57º | 0.51% | 0.56% | - |
| HSV(B) | 37.57º | 0.58% | 0.78% | - |
| XYZ | 37.52 | 37.05 | 13.77 | - |
| YUV | 161.65 | 84.75 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 157 | 85 | 0 | 0.22 | 0.58 | 0.22 | 37.57 | 0.51 | 0.56 |
| Hex | C8 | 9D | 55 | 0 | 16 | 3A | 16 | 26 | 33 | 38 |
| Octal | 310 | 235 | 125 | 0 | 26 | 72 | 26 | 46 | 63 | 70 |
| Binary | 11001000 | 10011101 | 1010101 | 0 | 10110 | 111010 | 10110 | 100110 | 110011 | 111000 |
Color Harmonies of #C89D55
Complementary color
Monochromatic Colors of #C89D55
Black with #C89D55
Text Example
Text Example
White with #C89D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89D55; }
p { color: rgb(200,157,85); }
H1.HeaderClassName
{
color: #C89D55;
}
.AnyTagClassName
{
color: #C89D55;
}
</style>
background-color css
<style>
a { background-color: #C89D55; }
a { background-color: rgb(200,157,85); }
div.DivClassName
{
background-color: #C89D55;
}
.BgClassName
{
background-color: #C89D55;
}
</style>
border-color css
<style>
span { border-color: #C89D55; }
span { border-color: rgb(200,157,85); }
td.TdClassName
{
border-color: #C89D55;
}
.TagClassName
{
border-color: #C89D55;
}
</style>