Shades of Twine #C08759
Tints of Twine #C08759
RGB
CMYK
RGB Variations
Color information
#C08759 (or 0xC08759) is known color: Twine. HEX triplet: C0, 87 and 59. RGB value is (192,135,89). Sum of RGB (Red+Green+Blue) = 192+135+89=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 89 (35.16% from 255 or 21.39% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C08759 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08759 is #3F78A6. Grayscale: #939393. Windows color (decimal): -4159655 or 5867456. OLE color: 5867456.
HSL color Cylindrical-coordinate representation of color #C08759: hue angle of 26.8º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C08759 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 135 | 89 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.25 |
| HSL | 26.8º | 0.45% | 0.55% | - |
| HSV(B) | 26.8º | 0.54% | 0.75% | - |
| XYZ | 32.21 | 29.26 | 13.4 | - |
| YUV | 146.8 | 95.38 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 135 | 89 | 0 | 0.30 | 0.54 | 0.25 | 26.8 | 0.45 | 0.55 |
| Hex | C0 | 87 | 59 | 0 | 1E | 36 | 19 | 1B | 2D | 37 |
| Octal | 300 | 207 | 131 | 0 | 36 | 66 | 31 | 33 | 55 | 67 |
| Binary | 11000000 | 10000111 | 1011001 | 0 | 11110 | 110110 | 11001 | 11011 | 101101 | 110111 |
Color Harmonies of #C08759
Complementary color
Monochromatic Colors of #C08759
Black with #C08759
Text Example
Text Example
White with #C08759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08759; }
p { color: rgb(192,135,89); }
H1.HeaderClassName
{
color: #C08759;
}
.AnyTagClassName
{
color: #C08759;
}
</style>
background-color css
<style>
a { background-color: #C08759; }
a { background-color: rgb(192,135,89); }
div.DivClassName
{
background-color: #C08759;
}
.BgClassName
{
background-color: #C08759;
}
</style>
border-color css
<style>
span { border-color: #C08759; }
span { border-color: rgb(192,135,89); }
td.TdClassName
{
border-color: #C08759;
}
.TagClassName
{
border-color: #C08759;
}
</style>