Shades of Twine #C89D54
Tints of Twine #C89D54
RGB
CMYK
RGB Variations
Color information
#C89D54 (or 0xC89D54) is known color: Twine. HEX triplet: C8, 9D and 54. RGB value is (200,157,84). Sum of RGB (Red+Green+Blue) = 200+157+84=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 157 (61.72% from 255 or 35.60% from 441); Blue value is 84 (33.20% from 255 or 19.05% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C89D54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89D54 is #3762AB. Grayscale: #A1A1A1. Windows color (decimal): -3629740 or 5545416. OLE color: 5545416.
HSL color Cylindrical-coordinate representation of color #C89D54: hue angle of 37.76º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C89D54 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 157 | 84 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.22 |
| HSL | 37.76º | 0.51% | 0.56% | - |
| HSV(B) | 37.76º | 0.58% | 0.78% | - |
| XYZ | 37.48 | 37.03 | 13.56 | - |
| YUV | 161.54 | 84.25 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 157 | 84 | 0 | 0.22 | 0.58 | 0.22 | 37.76 | 0.51 | 0.56 |
| Hex | C8 | 9D | 54 | 0 | 16 | 3A | 16 | 26 | 33 | 38 |
| Octal | 310 | 235 | 124 | 0 | 26 | 72 | 26 | 46 | 63 | 70 |
| Binary | 11001000 | 10011101 | 1010100 | 0 | 10110 | 111010 | 10110 | 100110 | 110011 | 111000 |
Color Harmonies of #C89D54
Complementary color
Monochromatic Colors of #C89D54
Black with #C89D54
Text Example
Text Example
White with #C89D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89D54; }
p { color: rgb(200,157,84); }
H1.HeaderClassName
{
color: #C89D54;
}
.AnyTagClassName
{
color: #C89D54;
}
</style>
background-color css
<style>
a { background-color: #C89D54; }
a { background-color: rgb(200,157,84); }
div.DivClassName
{
background-color: #C89D54;
}
.BgClassName
{
background-color: #C89D54;
}
</style>
border-color css
<style>
span { border-color: #C89D54; }
span { border-color: rgb(200,157,84); }
td.TdClassName
{
border-color: #C89D54;
}
.TagClassName
{
border-color: #C89D54;
}
</style>