Shades of Twine #C89250
Tints of Twine #C89250
RGB
CMYK
RGB Variations
Color information
#C89250 (or 0xC89250) is known color: Twine. HEX triplet: C8, 92 and 50. RGB value is (200,146,80). Sum of RGB (Red+Green+Blue) = 200+146+80=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 146 (57.42% from 255 or 34.27% from 426); Blue value is 80 (31.64% from 255 or 18.78% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C89250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89250 is #376DAF. Grayscale: #9A9A9A. Windows color (decimal): -3632560 or 5280456. OLE color: 5280456.
HSL color Cylindrical-coordinate representation of color #C89250: hue angle of 33º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C89250 is Cyan = 0, Magento = 0.27, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 146 | 80 | - |
| CMYK | 0 | 0.27 | 0.6 | 0.22 |
| HSL | 33º | 0.52% | 0.55% | - |
| HSV(B) | 33º | 0.6% | 0.78% | - |
| XYZ | 35.55 | 33.42 | 12.17 | - |
| YUV | 154.62 | 85.89 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 146 | 80 | 0 | 0.27 | 0.6 | 0.22 | 33 | 0.52 | 0.55 |
| Hex | C8 | 92 | 50 | 0 | 1B | 3C | 16 | 21 | 34 | 37 |
| Octal | 310 | 222 | 120 | 0 | 33 | 74 | 26 | 41 | 64 | 67 |
| Binary | 11001000 | 10010010 | 1010000 | 0 | 11011 | 111100 | 10110 | 100001 | 110100 | 110111 |
Color Harmonies of #C89250
Complementary color
Monochromatic Colors of #C89250
Black with #C89250
Text Example
Text Example
White with #C89250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89250; }
p { color: rgb(200,146,80); }
H1.HeaderClassName
{
color: #C89250;
}
.AnyTagClassName
{
color: #C89250;
}
</style>
background-color css
<style>
a { background-color: #C89250; }
a { background-color: rgb(200,146,80); }
div.DivClassName
{
background-color: #C89250;
}
.BgClassName
{
background-color: #C89250;
}
</style>
border-color css
<style>
span { border-color: #C89250; }
span { border-color: rgb(200,146,80); }
td.TdClassName
{
border-color: #C89250;
}
.TagClassName
{
border-color: #C89250;
}
</style>